<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Silverlight 3 Custom User Control Binding &#8211; Binding a ComboBox</title>
	<atom:link href="http://savij.com/2009/10/31/silverlight-3-custom-user-control-binding/feed/" rel="self" type="application/rss+xml" />
	<link>http://savij.com/2009/10/31/silverlight-3-custom-user-control-binding/</link>
	<description>Attacking Programming Obstacles</description>
	<lastBuildDate>Fri, 22 Oct 2010 20:43:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Rob</title>
		<link>http://savij.com/2009/10/31/silverlight-3-custom-user-control-binding/#comment-622</link>
		<dc:creator><![CDATA[Rob]]></dc:creator>
		<pubDate>Wed, 23 Jun 2010 14:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://savij.wordpress.com/2009/10/31/silverlight-3-custom-user-control-binding/#comment-622</guid>
		<description><![CDATA[Thanks for the pain relief Savij.  Excellent]]></description>
		<content:encoded><![CDATA[<p>Thanks for the pain relief Savij.  Excellent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: savij</title>
		<link>http://savij.com/2009/10/31/silverlight-3-custom-user-control-binding/#comment-492</link>
		<dc:creator><![CDATA[savij]]></dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://savij.wordpress.com/2009/10/31/silverlight-3-custom-user-control-binding/#comment-492</guid>
		<description><![CDATA[Nope, look closer It&#039;s a declared variable of type DependencyProperty:

public static readonly DependencyProperty ItemsSourceProperty = ...

It acts like a backing variable (field) for the property. When the property setter gets called, the SetValue() method in the setter calls the DependencyProperty&#039;s Callback and that runs to allow you to do whatever you want with the value when the setter is called.]]></description>
		<content:encoded><![CDATA[<p>Nope, look closer It&#8217;s a declared variable of type DependencyProperty:</p>
<p>public static readonly DependencyProperty ItemsSourceProperty = &#8230;</p>
<p>It acts like a backing variable (field) for the property. When the property setter gets called, the SetValue() method in the setter calls the DependencyProperty&#8217;s Callback and that runs to allow you to do whatever you want with the value when the setter is called.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://savij.com/2009/10/31/silverlight-3-custom-user-control-binding/#comment-491</link>
		<dc:creator><![CDATA[Charles]]></dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://savij.wordpress.com/2009/10/31/silverlight-3-custom-user-control-binding/#comment-491</guid>
		<description><![CDATA[Wow-- that was really complex, nice that you got that... What exactly is &quot;ItemSourceProperty&quot;? Where was that declared? Is it a built in type?]]></description>
		<content:encoded><![CDATA[<p>Wow&#8211; that was really complex, nice that you got that&#8230; What exactly is &#8220;ItemSourceProperty&#8221;? Where was that declared? Is it a built in type?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

