<?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/"
	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>winSharp&#039;s Blog &#187; WPF</title>
	<atom:link href="http://winsharp93.wordpress.com/tag/wpf/feed/" rel="self" type="application/rss+xml" />
	<link>http://winsharp93.wordpress.com</link>
	<description>Everything around .NET and computers in general</description>
	<lastBuildDate>Tue, 29 May 2012 11:49:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='winsharp93.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>winSharp&#039;s Blog &#187; WPF</title>
		<link>http://winsharp93.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://winsharp93.wordpress.com/osd.xml" title="winSharp&#039;s Blog" />
	<atom:link rel='hub' href='http://winsharp93.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Simplifying (View Model-) Data Binding Using Expression-Trees</title>
		<link>http://winsharp93.wordpress.com/2010/09/20/simplifying-view-model-data-binding-using-expression-trees/</link>
		<comments>http://winsharp93.wordpress.com/2010/09/20/simplifying-view-model-data-binding-using-expression-trees/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 12:47:50 +0000</pubDate>
		<dc:creator>winsharp93</dc:creator>
				<category><![CDATA[.NET / C#]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Codeproject]]></category>
		<category><![CDATA[Databinding]]></category>
		<category><![CDATA[ExpressionTrees]]></category>
		<category><![CDATA[INotifyPropertyChanged]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[MVVM]]></category>

		<guid isPermaLink="false">http://winsharp93.wordpress.com/?p=301</guid>
		<description><![CDATA[Want to get rid of messy "PropertyChanged"-subscriptions and too many OnPropertyChanged("...") to manage value relations? Then DataBinder is what you're looking for!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winsharp93.wordpress.com&#038;blog=8060817&#038;post=301&#038;subd=winsharp93&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://winsharp93.wordpress.com/2010/09/20/simplifying-view-model-data-binding-using-expression-trees/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<georss:point>47.976695 7.892677</georss:point>
		<geo:lat>47.976695</geo:lat>
		<geo:long>7.892677</geo:long>
		<media:content url="http://1.gravatar.com/avatar/9f6da78314e0307d26292e37b972a52b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winSharp93</media:title>
		</media:content>
	</item>
		<item>
		<title>MVVM Part 6: InteractingViewModel / IUserInteracter</title>
		<link>http://winsharp93.wordpress.com/2009/08/05/my-interpretation-of-model-view-viewmodel-mvvm-part-6-of-n-interactingviewmodel-iuserinteracter/</link>
		<comments>http://winsharp93.wordpress.com/2009/08/05/my-interpretation-of-model-view-viewmodel-mvvm-part-6-of-n-interactingviewmodel-iuserinteracter/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 13:09:58 +0000</pubDate>
		<dc:creator>winsharp93</dc:creator>
				<category><![CDATA[My interpretation of MVVM]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[MVVM]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://winsharp93.wordpress.com/2009/08/05/my-interpretation-of-model-view-viewmodel-mvvm-part-6-of-n-interactingviewmodel-iuserinteracter/</guid>
		<description><![CDATA[How can ViewModels become nearly independant from their concrete view but still keep the control over it?
IUserInteracter can be an answer.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winsharp93.wordpress.com&#038;blog=8060817&#038;post=216&#038;subd=winsharp93&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://winsharp93.wordpress.com/2009/08/05/my-interpretation-of-model-view-viewmodel-mvvm-part-6-of-n-interactingviewmodel-iuserinteracter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f6da78314e0307d26292e37b972a52b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winSharp93</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/08/userinteracter_thumb.png" medium="image">
			<media:title type="html">Class diagram of IUserInteracter and UserInteracter</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/08/interactingviewmodel_thumb.png" medium="image">
			<media:title type="html">Class diagram of UiPartViewModel and InteractingViewModel</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/08/screenshot_thumb.jpg" medium="image">
			<media:title type="html">Screenshot</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://winsharp93.wordpress.com/2009/08/05/my-interpretation-of-model-view-viewmodel-mvvm-part-6-of-n-interactingviewmodel-iuserinteracter/&#38;bgcolor=0080C0&#38;fgcolor=FFFFFF&#38;border=000000&#38;cbgcolor=D4E1ED&#38;cfgcolor=000000" medium="image" />
	</item>
		<item>
		<title>[WPF] Hide the &#8220;Window Buttons&#8221; (minimize, restore and close) and the icon of a window</title>
		<link>http://winsharp93.wordpress.com/2009/07/21/wpf-hide-the-window-buttons-minimize-restore-and-close-and-the-icon-of-a-window/</link>
		<comments>http://winsharp93.wordpress.com/2009/07/21/wpf-hide-the-window-buttons-minimize-restore-and-close-and-the-icon-of-a-window/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 13:16:32 +0000</pubDate>
		<dc:creator>winsharp93</dc:creator>
				<category><![CDATA[Windows-(API)]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Behavior]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[WinForms]]></category>

		<guid isPermaLink="false">http://winsharp93.wordpress.com/2009/07/21/wpf-hide-the-window-buttons-minimize-restore-and-close-and-the-icon-of-a-window/</guid>
		<description><![CDATA[No "Red-X" - then I can't close the window. How to achieve this reaction in WPF applications.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winsharp93.wordpress.com&#038;blog=8060817&#038;post=196&#038;subd=winsharp93&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://winsharp93.wordpress.com/2009/07/21/wpf-hide-the-window-buttons-minimize-restore-and-close-and-the-icon-of-a-window/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f6da78314e0307d26292e37b972a52b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winSharp93</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/07/windowwithclosebutton_thumb.png" medium="image">
			<media:title type="html">Window with close button</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/07/windowwithoutclosebutton_thumb.png" medium="image">
			<media:title type="html">Window without close button</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://winsharp93.wordpress.com/2009/07/21/wpf-hide-the-window-buttons-minimize-restore-and-close-and-the-icon-of-a-window/&#38;bgcolor=0080C0&#38;fgcolor=FFFFFF&#38;border=000000&#38;cbgcolor=D4E1ED&#38;cfgcolor=000000" medium="image">
			<media:title type="html">DotNetKicks Image</media:title>
		</media:content>
	</item>
		<item>
		<title>[WPF] Delay the Execution of a method</title>
		<link>http://winsharp93.wordpress.com/2009/07/01/wpf-delay-the-execution-of-a-method/</link>
		<comments>http://winsharp93.wordpress.com/2009/07/01/wpf-delay-the-execution-of-a-method/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 06:15:44 +0000</pubDate>
		<dc:creator>winsharp93</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Delay]]></category>
		<category><![CDATA[Dispatcher]]></category>
		<category><![CDATA[Threading]]></category>
		<category><![CDATA[Timer]]></category>

		<guid isPermaLink="false">http://winsharp93.wordpress.com/2009/07/01/wpf-delay-the-execution-of-a-method/</guid>
		<description><![CDATA[Delaying the execution of code in WPF applications? Buy a slower computer or use this code.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winsharp93.wordpress.com&#038;blog=8060817&#038;post=160&#038;subd=winsharp93&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://winsharp93.wordpress.com/2009/07/01/wpf-delay-the-execution-of-a-method/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f6da78314e0307d26292e37b972a52b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winSharp93</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://winsharp93.wordpress.com/2009/07/01/wpf-delay-the-execution-of-a-method/&#38;bgcolor=0080C0&#38;fgcolor=FFFFFF&#38;border=000000&#38;cbgcolor=D4E1ED&#38;cfgcolor=000000" medium="image">
			<media:title type="html">DotNetKicks Image</media:title>
		</media:content>
	</item>
		<item>
		<title>MVVM Part 5: IUserInterface</title>
		<link>http://winsharp93.wordpress.com/2009/06/30/my-interpretation-of-model-view-viewmodel-mvvm-part-5-of-n-iuserinterface/</link>
		<comments>http://winsharp93.wordpress.com/2009/06/30/my-interpretation-of-model-view-viewmodel-mvvm-part-5-of-n-iuserinterface/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 13:33:47 +0000</pubDate>
		<dc:creator>winsharp93</dc:creator>
				<category><![CDATA[My interpretation of MVVM]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[MVVM]]></category>
		<category><![CDATA[Patterns]]></category>

		<guid isPermaLink="false">http://winsharp93.wordpress.com/2009/06/30/my-interpretation-of-model-view-viewmodel-mvvm-part-5-of-n-iuserinterface/</guid>
		<description><![CDATA[This posting shows how to abstract the user interface in a WPF MVVM application. We will see how the IUserInterface interface helps us reducing the coupeling between the ViewModel classes and UserControls / Windows.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winsharp93.wordpress.com&#038;blog=8060817&#038;post=142&#038;subd=winsharp93&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://winsharp93.wordpress.com/2009/06/30/my-interpretation-of-model-view-viewmodel-mvvm-part-5-of-n-iuserinterface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f6da78314e0307d26292e37b972a52b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winSharp93</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/06/iuserinterface_thumb.png" medium="image">
			<media:title type="html">Class Diagram of IUserInterface and IShowable</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/06/sequencediagram_thumb.png" medium="image">
			<media:title type="html">SequenceDiagram</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://winsharp93.wordpress.com/2009/06/30/my-interpretation-of-model-view-viewmodel-mvvm-part-5-of-n-iuserinterface/&#38;bgcolor=0080C0&#38;fgcolor=FFFFFF&#38;border=000000&#38;cbgcolor=D4E1ED&#38;cfgcolor=000000" medium="image" />
	</item>
		<item>
		<title>Latest WPF Toolkit (June 2009) contains &#8220;Silverlight Charts&#8221;</title>
		<link>http://winsharp93.wordpress.com/2009/06/26/latest-wpf-toolkit-june-2009-contains-silverlight-charts/</link>
		<comments>http://winsharp93.wordpress.com/2009/06/26/latest-wpf-toolkit-june-2009-contains-silverlight-charts/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 09:29:39 +0000</pubDate>
		<dc:creator>winsharp93</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[Charting]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WPF Toolkit]]></category>

		<guid isPermaLink="false">http://winsharp93.wordpress.com/2009/06/26/latest-wpf-toolkit-june-2009-contains-silverlight-charts/</guid>
		<description><![CDATA[If you were impressed by the chart controls in the Silverlight Toolkit and you are targeting WPF (like me), you’ll be happy to hear that the latest WPF Toolkit contains a ported versions of them (both versions are apparently fully compatible): WPF Charting: It&#8217;s official! [June 2009 release of the WPF Toolkit is now available!] [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winsharp93.wordpress.com&#038;blog=8060817&#038;post=124&#038;subd=winsharp93&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://winsharp93.wordpress.com/2009/06/26/latest-wpf-toolkit-june-2009-contains-silverlight-charts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f6da78314e0307d26292e37b972a52b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winSharp93</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/06/wpfcharts_thumb.jpg" medium="image">
			<media:title type="html">WPF Charts - Screenshot</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://winsharp93.wordpress.com/2009/06/26/latest-wpf-toolkit-june-2009-contains-silverlight-charts/&#38;bgcolor=0080C0&#38;fgcolor=FFFFFF&#38;border=000000&#38;cbgcolor=D4E1ED&#38;cfgcolor=000000" medium="image">
			<media:title type="html">DotNetKicks Image</media:title>
		</media:content>
	</item>
		<item>
		<title>MVVM Part 4: Commanding</title>
		<link>http://winsharp93.wordpress.com/2009/06/13/my-interpretation-of-model-view-viewmodel-mvvm-part-4-of-n-commanding/</link>
		<comments>http://winsharp93.wordpress.com/2009/06/13/my-interpretation-of-model-view-viewmodel-mvvm-part-4-of-n-commanding/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 15:52:08 +0000</pubDate>
		<dc:creator>winsharp93</dc:creator>
				<category><![CDATA[My interpretation of MVVM]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Commanding]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Databinding]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[MVVM]]></category>
		<category><![CDATA[Patterns]]></category>

		<guid isPermaLink="false">http://winsharp93.wordpress.com/2009/06/13/my-interpretation-of-model-view-viewmodel-mvvm-part-4-of-n-commanding/</guid>
		<description><![CDATA[Note: This posting is part of a series. See MVVM-Library for other parts and download. Commanding is a very important topic in MVVM applications as it represents – together with Data Binding – the only mode of interaction between ViewModel and View. Predefined Commands In WPF there are three predefined commands: However, there is one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winsharp93.wordpress.com&#038;blog=8060817&#038;post=94&#038;subd=winsharp93&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://winsharp93.wordpress.com/2009/06/13/my-interpretation-of-model-view-viewmodel-mvvm-part-4-of-n-commanding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f6da78314e0307d26292e37b972a52b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winSharp93</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/06/wpf_predefinedcommands_thumb1.png" medium="image">
			<media:title type="html">Class Diagram: Predefined Commands in WPF</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/06/commands_thumb1.png" medium="image">
			<media:title type="html">Class diagram: My Solution</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/06/sample_thumb1.jpg" medium="image">
			<media:title type="html">Screenshot of teh sample application</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://winsharp93.wordpress.com/2009/06/13/my-interpretation-of-model-view-viewmodel-mvvm-part-4-of-n-commanding/&#38;bgcolor=0080C0&#38;fgcolor=FFFFFF&#38;border=000000&#38;cbgcolor=D4E1ED&#38;cfgcolor=000000" medium="image" />
	</item>
		<item>
		<title>MVVM Part 3: ViewModelBase</title>
		<link>http://winsharp93.wordpress.com/2009/06/11/my-interpretation-of-model-view-viewmodel-mvvm-part-3-of-n-viewmodelbase/</link>
		<comments>http://winsharp93.wordpress.com/2009/06/11/my-interpretation-of-model-view-viewmodel-mvvm-part-3-of-n-viewmodelbase/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 11:04:34 +0000</pubDate>
		<dc:creator>winsharp93</dc:creator>
				<category><![CDATA[My interpretation of MVVM]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Databinding]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[MVVM]]></category>
		<category><![CDATA[Patterns]]></category>

		<guid isPermaLink="false">http://winsharp93.wordpress.com/2009/06/11/my-interpretation-of-model-view-viewmodel-mvvm-part-3-of-n-viewmodelbase/</guid>
		<description><![CDATA[Note: This posting is part of a series. See MVVM-Library for other parts and download. It’s time for our first real “ViewModel” class: ViewModelBase. As a ViewModel is – I already said before – databound to the UI it inherits NotifyKnownPropertyChanged to provide base support for Data Binding. Data Binding to a WPF UI brings [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winsharp93.wordpress.com&#038;blog=8060817&#038;post=71&#038;subd=winsharp93&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://winsharp93.wordpress.com/2009/06/11/my-interpretation-of-model-view-viewmodel-mvvm-part-3-of-n-viewmodelbase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f6da78314e0307d26292e37b972a52b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winSharp93</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/06/viewmodelbase_thumb1.png" medium="image">
			<media:title type="html">Class Diagram of ViewModelBase</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://winsharp93.wordpress.com/2009/06/11/my-interpretation-of-model-view-viewmodel-mvvm-part-3-of-n-viewmodelbase/&#38;bgcolor=0080C0&#38;fgcolor=FFFFFF&#38;border=000000&#38;cbgcolor=D4E1ED&#38;cfgcolor=000000" medium="image" />
	</item>
		<item>
		<title>Change a Dependency Property in the setter of a bound property</title>
		<link>http://winsharp93.wordpress.com/2009/06/10/change-a-dependency-property-in-the-setter-of-a-bound-property/</link>
		<comments>http://winsharp93.wordpress.com/2009/06/10/change-a-dependency-property-in-the-setter-of-a-bound-property/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 20:10:24 +0000</pubDate>
		<dc:creator>winsharp93</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[Databinding]]></category>
		<category><![CDATA[Dependency Property]]></category>
		<category><![CDATA[Dispatcher]]></category>

		<guid isPermaLink="false">http://winsharp93.wordpress.com/2009/06/10/change-a-dependency-property-in-the-setter-of-a-bound-property/</guid>
		<description><![CDATA[Quite a confusing title, but here is an example where this can be interesting (Note: I’m mot using my ViewModel library to keep this simpler). Let’s say we have a list of values and the user can select one of them. Under special conditions (here in case that a checkbox is checked) we don’t want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winsharp93.wordpress.com&#038;blog=8060817&#038;post=64&#038;subd=winsharp93&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://winsharp93.wordpress.com/2009/06/10/change-a-dependency-property-in-the-setter-of-a-bound-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f6da78314e0307d26292e37b972a52b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winSharp93</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/06/itemselection_thumb.jpg" medium="image">
			<media:title type="html">ItemSelection</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://winsharp93.wordpress.com/2009/06/10/change-a-dependency-property-in-the-setter-of-a-bound-property/&#38;bgcolor=0080C0&#38;fgcolor=FFFFFF&#38;border=000000&#38;cbgcolor=D4E1ED&#38;cfgcolor=000000" medium="image">
			<media:title type="html">DotNetKicks Image</media:title>
		</media:content>
	</item>
		<item>
		<title>MVVM Part 2: Property Changing</title>
		<link>http://winsharp93.wordpress.com/2009/06/10/my-interpretation-of-model-view-viewmodel-mvvm-part-2-of-n-property-changing/</link>
		<comments>http://winsharp93.wordpress.com/2009/06/10/my-interpretation-of-model-view-viewmodel-mvvm-part-2-of-n-property-changing/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 19:01:19 +0000</pubDate>
		<dc:creator>winsharp93</dc:creator>
				<category><![CDATA[My interpretation of MVVM]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Databinding]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[INotifyPropertyChanging]]></category>
		<category><![CDATA[MVVM]]></category>
		<category><![CDATA[Patterns]]></category>

		<guid isPermaLink="false">http://winsharp93.wordpress.com/2009/06/10/my-interpretation-of-model-view-viewmodel-mvvm-part-2-of-n-property-changing/</guid>
		<description><![CDATA[Note: This posting is part of a series. See MVVM-Library for other parts and download. Remember that ViewModels are databound to the View? How are they bound? You might know that the binding engine in WPF relies on INotifyPropertyChanged for that: The INotifyPropertyChanged interface is used to notify clients, typically binding clients, that a property [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=winsharp93.wordpress.com&#038;blog=8060817&#038;post=50&#038;subd=winsharp93&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://winsharp93.wordpress.com/2009/06/10/my-interpretation-of-model-view-viewmodel-mvvm-part-2-of-n-property-changing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9f6da78314e0307d26292e37b972a52b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">winSharp93</media:title>
		</media:content>

		<media:content url="http://winsharp93.files.wordpress.com/2009/06/propertychanging14_thumb.png" medium="image">
			<media:title type="html">Class Diagram</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://winsharp93.wordpress.com/2009/06/10/my-interpretation-of-model-view-viewmodel-mvvm-part-2-of-n-property-changing/&#38;bgcolor=0080C0&#38;fgcolor=FFFFFF&#38;border=000000&#38;cbgcolor=D4E1ED&#38;cfgcolor=000000" medium="image" />
	</item>
	</channel>
</rss>
