<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Colin Eberhardt&#039;s Adventures in WPF &#187; dependency properties</title>
	<atom:link href="http://www.scottlogic.co.uk/blog/colin/tag/dependency-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottlogic.co.uk/blog/colin</link>
	<description>Colin Eberhardt&#039;s Adventures in WPF</description>
	<lastBuildDate>Thu, 22 Jul 2010 11:24:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Declarative Dependency Property Definition with T4 + DTE</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/08/declarative-dependency-property-definition-with-t4-dte/</link>
		<comments>http://www.scottlogic.co.uk/blog/colin/2009/08/declarative-dependency-property-definition-with-t4-dte/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 10:41:22 +0000</pubDate>
		<dc:creator>Colin Eberhardt</dc:creator>
				<category><![CDATA[codeproject]]></category>
		<category><![CDATA[dependency properties]]></category>
		<category><![CDATA[t4]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=491</guid>
		<description><![CDATA[

This blog post describes a technique for specifying WPF / Silverlight Dependency Properties declaritively via attributes as illustrated by the following example:

&#91;DependencyPropertyDecl&#40;&#34;Maximum&#34;, typeof&#40;double&#41;, 0.0&#41;&#93;
&#91;DependencyPropertyDecl&#40;&#34;Minimum&#34;, typeof&#40;double&#41;, 0.0&#41;&#93;
public partial class RangeControl : UserControl
&#123;
    ...
&#125;

At design-time the declarations are read via a T4 template and the required code is generated. For more information, read on [...]]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/colin/2009/08/declarative-dependency-property-definition-with-t4-dte/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dependency Property Performance and Lissajous Figures</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/06/dependency-property-performance-and-lissajous-figures/</link>
		<comments>http://www.scottlogic.co.uk/blog/colin/2009/06/dependency-property-performance-and-lissajous-figures/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 10:58:50 +0000</pubDate>
		<dc:creator>Colin Eberhardt</dc:creator>
				<category><![CDATA[codeproject]]></category>
		<category><![CDATA[binding]]></category>
		<category><![CDATA[dependency properties]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=317</guid>
		<description><![CDATA[

  
A few night ago I was working on a Siverlight control which renders some quite complex Paths, the geometry of which is determined from a number of dependency properties. In order to gain UI coolness points I wanted to animate the dependency properties in order to see a smooth transition of the Path [...]]]></description>
		<wfw:commentRss>http://www.scottlogic.co.uk/blog/colin/2009/06/dependency-property-performance-and-lissajous-figures/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
