<?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: Silverlight Code Snippets for DependencyProperties and other Handy Stuff</title>
	<atom:link href="http://blog.nerdplusart.com/archives/silverlight-code-snippets/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nerdplusart.com/archives/silverlight-code-snippets</link>
	<description>inspiration for xaml nerds</description>
	<lastBuildDate>Mon, 08 Feb 2010 10:11:50 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tbag</title>
		<link>http://blog.nerdplusart.com/archives/silverlight-code-snippets/comment-page-1#comment-33183</link>
		<dc:creator>Tbag</dc:creator>
		<pubDate>Tue, 08 Dec 2009 18:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=578#comment-33183</guid>
		<description>Any way you can convert these to support vb.net also?</description>
		<content:encoded><![CDATA[<p>Any way you can convert these to support vb.net also?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryant's Avanade Blog : Styling Hack Using Attached Properties in Silverlight</title>
		<link>http://blog.nerdplusart.com/archives/silverlight-code-snippets/comment-page-1#comment-31134</link>
		<dc:creator>Bryant's Avanade Blog : Styling Hack Using Attached Properties in Silverlight</dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=578#comment-31134</guid>
		<description>[...] If you try to run this it will fail. So how can we set this property in style? Well, a trick you can use is to set your own attached property and then have the property set the VerticalScrollBarVisibility property on the TextBox for you. Here is a very quick example that I cooked up (using Robby&#8217;s code snippet): [...]</description>
		<content:encoded><![CDATA[<p>[...] If you try to run this it will fail. So how can we set this property in style? Well, a trick you can use is to set your own attached property and then have the property set the VerticalScrollBarVisibility property on the TextBox for you. Here is a very quick example that I cooked up (using Robby&rsquo;s code snippet): [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top-silverlight &#187; Blog Archive &#187; Silverlight Visual Studio helper files</title>
		<link>http://blog.nerdplusart.com/archives/silverlight-code-snippets/comment-page-1#comment-27999</link>
		<dc:creator>Top-silverlight &#187; Blog Archive &#187; Silverlight Visual Studio helper files</dc:creator>
		<pubDate>Fri, 05 Jun 2009 11:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=578#comment-27999</guid>
		<description>[...] up in a single bundle for your convenience if you choose to use them.  I was going to package Robby’s snippets up as well, but didn’t think he’d appreciate that…you should get hisSilverlight snippets as [...]</description>
		<content:encoded><![CDATA[<p>[...] up in a single bundle for your convenience if you choose to use them.  I was going to package Robby’s snippets up as well, but didn’t think he’d appreciate that…you should get hisSilverlight snippets as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Visual Studio helper files</title>
		<link>http://blog.nerdplusart.com/archives/silverlight-code-snippets/comment-page-1#comment-27398</link>
		<dc:creator>Silverlight Visual Studio helper files</dc:creator>
		<pubDate>Wed, 20 May 2009 06:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=578#comment-27398</guid>
		<description>[...] them up in a single bundle for your convenience if you choose to use them.  I was going to package Robby’s snippets up as well, but didn’t think he’d appreciate that…you should get his Silverlight snippets as [...]</description>
		<content:encoded><![CDATA[<p>[...] them up in a single bundle for your convenience if you choose to use them.  I was going to package Robby’s snippets up as well, but didn’t think he’d appreciate that…you should get his Silverlight snippets as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Dependency Property Code Generation - Colin Eberhardt&#8217;s Adventures in WPF</title>
		<link>http://blog.nerdplusart.com/archives/silverlight-code-snippets/comment-page-1#comment-22306</link>
		<dc:creator>Silverlight Dependency Property Code Generation - Colin Eberhardt&#8217;s Adventures in WPF</dc:creator>
		<pubDate>Wed, 01 Apr 2009 16:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=578#comment-22306</guid>
		<description>[...] automate the construction of this ghastly boiler-plate code. They are a few snippets available for Silverlight and whole host available WPF courtesy of the good Dr. These certainly help you get started, [...]</description>
		<content:encoded><![CDATA[<p>[...] automate the construction of this ghastly boiler-plate code. They are a few snippets available for Silverlight and whole host available WPF courtesy of the good Dr. These certainly help you get started, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rubens</title>
		<link>http://blog.nerdplusart.com/archives/silverlight-code-snippets/comment-page-1#comment-18784</link>
		<dc:creator>Rubens</dc:creator>
		<pubDate>Sat, 14 Mar 2009 06:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=578#comment-18784</guid>
		<description>Robby thanks very much, it worked - and the snippets are excellent!</description>
		<content:encoded><![CDATA[<p>Robby thanks very much, it worked &#8211; and the snippets are excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Wildermuth - Silverlight Dependency Property Snippet</title>
		<link>http://blog.nerdplusart.com/archives/silverlight-code-snippets/comment-page-1#comment-17939</link>
		<dc:creator>Shawn Wildermuth - Silverlight Dependency Property Snippet</dc:creator>
		<pubDate>Mon, 09 Mar 2009 09:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=578#comment-17939</guid>
		<description>[...] http://blog.nerdplusart.com/archives/silverlight-code-snippets [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.nerdplusart.com/archives/silverlight-code-snippets" rel="nofollow">http://blog.nerdplusart.com/archives/silverlight-code-snippets</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Wildermuth</title>
		<link>http://blog.nerdplusart.com/archives/silverlight-code-snippets/comment-page-1#comment-17931</link>
		<dc:creator>Shawn Wildermuth</dc:creator>
		<pubDate>Mon, 09 Mar 2009 08:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=578#comment-17931</guid>
		<description>I ran into thse too late ;)  I build a DP Snippet.  Nice work and glad to see you&#039;ll be in Silverlight Contrib!

http://wildermuth.com/2009/03/09/Silverlight_Dependency_Property_Snippet</description>
		<content:encoded><![CDATA[<p>I ran into thse too late <img src='http://blog.nerdplusart.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   I build a DP Snippet.  Nice work and glad to see you&#8217;ll be in Silverlight Contrib!</p>
<p><a href="http://wildermuth.com/2009/03/09/Silverlight_Dependency_Property_Snippet" rel="nofollow">http://wildermuth.com/2009/03/09/Silverlight_Dependency_Property_Snippet</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nerdplusart.com &#124; XAML Scrubber for VS</title>
		<link>http://blog.nerdplusart.com/archives/silverlight-code-snippets/comment-page-1#comment-14064</link>
		<dc:creator>nerdplusart.com &#124; XAML Scrubber for VS</dc:creator>
		<pubDate>Mon, 23 Feb 2009 07:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=578#comment-14064</guid>
		<description>[...] more. Along those lines, I was flattered that Page Brooks wanted to include my Silverlight snippets in the super handy Silverlight Contrib project. Nice! Way to go XAML community.&#160; We’re [...]</description>
		<content:encoded><![CDATA[<p>[...] more. Along those lines, I was flattered that Page Brooks wanted to include my Silverlight snippets in the super handy Silverlight Contrib project. Nice! Way to go XAML community.&#160; We’re [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete O'Hanlon</title>
		<link>http://blog.nerdplusart.com/archives/silverlight-code-snippets/comment-page-1#comment-13916</link>
		<dc:creator>Pete O'Hanlon</dc:creator>
		<pubDate>Sun, 22 Feb 2009 21:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/?p=578#comment-13916</guid>
		<description>Robby - I&#039;ve just uploaded the new version of MoXAML with Scrubber inside. It scrubs all of the XAML in your project. It&#039;s available at http://peteohanlon.wordpress.com/moxaml-power-toys/</description>
		<content:encoded><![CDATA[<p>Robby &#8211; I&#8217;ve just uploaded the new version of MoXAML with Scrubber inside. It scrubs all of the XAML in your project. It&#8217;s available at <a href="http://peteohanlon.wordpress.com/moxaml-power-toys/" rel="nofollow">http://peteohanlon.wordpress.com/moxaml-power-toys/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
