<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Leveraging Freezables to Provide an Inheritance Context for Bindings</title>
	<atom:link href="http://drwpf.com/blog/2008/05/22/leveraging-freezables-to-provide-an-inheritance-context-for-bindings/feed/" rel="self" type="application/rss+xml" />
	<link>http://drwpf.com/blog/2008/05/22/leveraging-freezables-to-provide-an-inheritance-context-for-bindings/</link>
	<description>Drinking (and serving) the WPF Kool-Aid since 2002</description>
	<lastBuildDate>Mon, 30 Aug 2010 18:54:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WPF Mentor</title>
		<link>http://drwpf.com/blog/2008/05/22/leveraging-freezables-to-provide-an-inheritance-context-for-bindings/comment-page-1/#comment-334</link>
		<dc:creator>WPF Mentor</dc:creator>
		<pubDate>Wed, 26 Nov 2008 20:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=36#comment-334</guid>
		<description>&lt;div class=&quot;jbr&quot;&gt;Nice post!&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://wpfmentor.blogspot.com/2008/11/adding-bindings-to-clr-properties-in.html&quot;&gt;Here&#039;s a post&lt;/a&gt; which takes this concept further to allow Binding on CLR properties and elements outside an element tree.&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="jbr">Nice post!</p>
<p><a href="http://wpfmentor.blogspot.com/2008/11/adding-bindings-to-clr-properties-in.html">Here&#8217;s a post</a> which takes this concept further to allow Binding on CLR properties and elements outside an element tree.</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. WPF</title>
		<link>http://drwpf.com/blog/2008/05/22/leveraging-freezables-to-provide-an-inheritance-context-for-bindings/comment-page-1/#comment-333</link>
		<dc:creator>Dr. WPF</dc:creator>
		<pubDate>Thu, 21 Aug 2008 02:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=36#comment-333</guid>
		<description>Hi Tom,&lt;br&gt;&lt;br&gt;WPF spits out debug information for bindings that cannot be resolved on the first attempt. Sometimes these messages can be confusing because the bindings later resolve when the tree is fully connected.&lt;br&gt;&lt;br&gt;In this particular case, that is what you are seeing. It is safe to ignore this error message (which will only be generated if there is a debugger attached to the process).&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;-dw</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>WPF spits out debug information for bindings that cannot be resolved on the first attempt. Sometimes these messages can be confusing because the bindings later resolve when the tree is fully connected.</p>
<p>In this particular case, that is what you are seeing. It is safe to ignore this error message (which will only be generated if there is a debugger attached to the process).</p>
<p>Cheers,<br />-dw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://drwpf.com/blog/2008/05/22/leveraging-freezables-to-provide-an-inheritance-context-for-bindings/comment-page-1/#comment-332</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 21 Aug 2008 01:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=36#comment-332</guid>
		<description>I get the following warning in the Visual Studio output:&lt;br&gt;&lt;br&gt;System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element...blah blah blah&lt;br&gt;&lt;br&gt;The binding does work during runtime, but this shows up regardless. Any ideas?</description>
		<content:encoded><![CDATA[<p>I get the following warning in the Visual Studio output:</p>
<p>System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element&#8230;blah blah blah</p>
<p>The binding does work during runtime, but this shows up regardless. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Smith</title>
		<link>http://drwpf.com/blog/2008/05/22/leveraging-freezables-to-provide-an-inheritance-context-for-bindings/comment-page-1/#comment-331</link>
		<dc:creator>Josh Smith</dc:creator>
		<pubDate>Thu, 29 May 2008 03:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=36#comment-331</guid>
		<description>&lt;div class=&quot;jbr&quot;&gt;Very interesting post, Doc. I love it!&lt;br&gt;&lt;br&gt;It reminds me of my &lt;a href=&quot;http://www.codeproject.com/KB/WPF/AttachingVirtualBranches.aspx&quot;&gt;&quot;virtual branch&quot; technique&lt;/a&gt;, only your/Mike&#039;s approach is much more terse.&lt;br&gt;&lt;br&gt;Josh&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="jbr">Very interesting post, Doc. I love it!</p>
<p>It reminds me of my <a href="http://www.codeproject.com/KB/WPF/AttachingVirtualBranches.aspx">&quot;virtual branch&quot; technique</a>, only your/Mike&#8217;s approach is much more terse.</p>
<p>Josh</p></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent</title>
		<link>http://drwpf.com/blog/2008/05/22/leveraging-freezables-to-provide-an-inheritance-context-for-bindings/comment-page-1/#comment-330</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Wed, 28 May 2008 02:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=36#comment-330</guid>
		<description>Excellent post. I really need to use commands more. This approach seems really interesting.</description>
		<content:encoded><![CDATA[<p>Excellent post. I really need to use commands more. This approach seems really interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlon Grech</title>
		<link>http://drwpf.com/blog/2008/05/22/leveraging-freezables-to-provide-an-inheritance-context-for-bindings/comment-page-1/#comment-329</link>
		<dc:creator>Marlon Grech</dc:creator>
		<pubDate>Sat, 24 May 2008 02:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=36#comment-329</guid>
		<description>Thank you so muxh for sharing this... It&#039;s so cool!</description>
		<content:encoded><![CDATA[<p>Thank you so muxh for sharing this&#8230; It&#8217;s so cool!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

