<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>WPF Major Breaking Changes in Feb 2006 CTP</title><link>http://blogs.msdn.com/tims/archive/2006/02/22/536995.aspx</link><description>This is intended as a quick guide to the major breaking changes that will affect Windows Presentation Foundation applications, rather than providing an exhaustive list: Schemas have changed for WPF and XAML. Instead of: http://schemas.microsoft.com/winfx/avalon/2005</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: WPF Major Breaking Changes in Feb 2006 CTP</title><link>http://blogs.msdn.com/tims/archive/2006/02/22/536995.aspx#537077</link><pubDate>Wed, 22 Feb 2006 21:07:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:537077</guid><dc:creator>damien morton</dc:creator><description>So these are the breaking changes.&lt;br&gt;&lt;br&gt;What kinds of non-breaking changes are in the Feb CTP?&lt;br&gt;&lt;br&gt;Im thinking in particular of WPF changes.</description></item><item><title>re: WPF Major Breaking Changes in Feb 2006 CTP</title><link>http://blogs.msdn.com/tims/archive/2006/02/22/536995.aspx#537211</link><pubDate>Wed, 22 Feb 2006 23:21:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:537211</guid><dc:creator>tims</dc:creator><description>New features, you mean? I can't think of any further additions off-hand - we're really locked and loaded for RTM at this point. </description></item><item><title>re: WPF Major Breaking Changes in Feb 2006 CTP</title><link>http://blogs.msdn.com/tims/archive/2006/02/22/536995.aspx#537493</link><pubDate>Thu, 23 Feb 2006 05:07:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:537493</guid><dc:creator>Stephen Vanterpool</dc:creator><description>I'm more curious about what other breaking changes there are.</description></item><item><title>re: WPF Major Breaking Changes in Feb 2006 CTP</title><link>http://blogs.msdn.com/tims/archive/2006/02/22/536995.aspx#537855</link><pubDate>Thu, 23 Feb 2006 17:57:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:537855</guid><dc:creator>Slavo Furman</dc:creator><description>Is Feb'2006 CTP of Avalon/WPF feature complete?&lt;br&gt;&lt;br&gt;thanks,&lt;br&gt;Slavo.</description></item><item><title>Feb CTP is out</title><link>http://blogs.msdn.com/tims/archive/2006/02/22/536995.aspx#539165</link><pubDate>Sat, 25 Feb 2006 18:35:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:539165</guid><dc:creator>jfo's coding</dc:creator><description>Feb CTP is out.&amp;amp;amp;nbsp; This CTP, the Cider install is integrated into the Visual Studio &amp;amp;quot;Orcas&amp;amp;quot; Development...</description></item><item><title>re: WPF Major Breaking Changes in Feb 2006 CTP</title><link>http://blogs.msdn.com/tims/archive/2006/02/22/536995.aspx#541421</link><pubDate>Wed, 01 Mar 2006 21:28:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:541421</guid><dc:creator>Zeeshan</dc:creator><description>How to use RelativeSource for ParentData&lt;br&gt;as previously we use&lt;br&gt;&lt;br&gt;{Binding Path=foo, RelativeSource=/ParentData}&lt;br&gt;But now there are four options&lt;br&gt;&lt;br&gt;1. Self &amp;nbsp;2. TemplatedParent 3. PreviousData 4.FindAncestor&lt;br&gt;&lt;br&gt;I think FindAncestor is good option in place of ParentData&lt;br&gt;but it didn't work&lt;br&gt;as i use AncestorType is required if FindAncestor&lt;br&gt;&lt;br&gt;&amp;lt;Binding Path=&amp;quot;Data&amp;quot;&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Binding.RelativeSource&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;RelativeSource Mode=&amp;quot;FindAncestor&amp;quot; &lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AncestorType=&amp;quot;{x:Type StackPanel}&amp;quot;&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/RelativeSource&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Binding.RelativeSource&amp;gt;&lt;br&gt;&amp;lt;/Binding&amp;gt;&lt;br&gt;&lt;br&gt;its not working. Any Idea?</description></item><item><title>re: WPF Major Breaking Changes in Feb 2006 CTP</title><link>http://blogs.msdn.com/tims/archive/2006/02/22/536995.aspx#562167</link><pubDate>Mon, 27 Mar 2006 20:42:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:562167</guid><dc:creator>George Mount</dc:creator><description>How do you translate &lt;br&gt;&lt;br&gt; &amp;nbsp;{Binding RelativeSource=/TemplatedParent/TemplatedParent}&lt;br&gt;&lt;br&gt;into the new syntax for RelativeSource?&lt;br&gt;&lt;br&gt;I tried using&lt;br&gt; &amp;nbsp;{Binding RelativeSource={RelativeSource Mode=TemplatedParent, AncestorLevel=2}}&lt;br&gt;&lt;br&gt;But it doesn't work.</description></item><item><title>re: WPF Major Breaking Changes in Feb 2006 CTP</title><link>http://blogs.msdn.com/tims/archive/2006/02/22/536995.aspx#724950</link><pubDate>Sat, 26 Aug 2006 07:14:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:724950</guid><dc:creator>Adam Nathan</dc:creator><description>George,&lt;br&gt;The following should work:&lt;br&gt;{Binding RelativeSource={RelativeSource TemplatedParent}, Path=TemplatedParent}</description></item><item><title>re: WPF Major Breaking Changes in Feb 2006 CTP</title><link>http://blogs.msdn.com/tims/archive/2006/02/22/536995.aspx#1070316</link><pubDate>Mon, 13 Nov 2006 22:05:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1070316</guid><dc:creator>tom</dc:creator><description>&lt;p&gt;any idea why this doesn't work?&lt;/p&gt;
&lt;p&gt;&amp;lt;Window x:Class=&amp;quot;TemplateExample.Window1&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;xmlns=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot;"&gt;http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;xmlns:x=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;"&gt;http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Title=&amp;quot;TemplateExample&amp;quot; Height=&amp;quot;300&amp;quot; Width=&amp;quot;300&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Window.Resources&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;XmlDataProvider x:Key=&amp;quot;Index&amp;quot; XPath=&amp;quot;/Chapters&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;x:XData&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Chapters xmlns=&amp;quot;&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Chapter&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Title&amp;gt;Title 1&amp;lt;/Title&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Name&amp;gt;Name 1&amp;lt;/Name&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Chapter&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Chapter&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Title&amp;gt;Title 2&amp;lt;/Title&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Name&amp;gt;Name 2&amp;lt;/Name&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Chapter&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Chapters&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/x:XData&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/XmlDataProvider&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;DataTemplate x:Key=&amp;quot;MyTemplate&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;StackPanel&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;TextBox FontSize=&amp;quot;14&amp;quot; FontWeight=&amp;quot;Bold&amp;quot; FontStyle=&amp;quot;Oblique&amp;quot; Text=&amp;quot;{Binding XPath=Title}&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;TextBox FontSize=&amp;quot;14&amp;quot; FontWeight=&amp;quot;Bold&amp;quot; FontStyle=&amp;quot;Italic&amp;quot; Text=&amp;quot;{Binding XPath=Name}&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/StackPanel&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/DataTemplate&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/Window.Resources&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;StackPanel&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ListBox Background=&amp;quot;Aqua&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ItemsSource=&amp;quot;{Binding Source={StaticResource Index}, Path=Chapter}&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ItemTemplate=&amp;quot;{StaticResource MyTemplate}&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/StackPanel&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/Window&amp;gt;&lt;/p&gt;</description></item></channel></rss>