<?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: The Missing .NET #7: Displaying Enums in WPF</title>
	<atom:link href="http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/</link>
	<description>Trapped online since 2004</description>
	<lastBuildDate>Tue, 09 Mar 2010 17:02:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Klaus</title>
		<link>http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/comment-page-1/#comment-619</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Thu, 23 Apr 2009 15:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/#comment-619</guid>
		<description>Excellent stuff.  Thank you.</description>
		<content:encoded><![CDATA[<p>Excellent stuff.  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WolfMoon</title>
		<link>http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/comment-page-1/#comment-611</link>
		<dc:creator>WolfMoon</dc:creator>
		<pubDate>Thu, 19 Mar 2009 09:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/#comment-611</guid>
		<description>Both thumbs up for this solution. That&#039;s exactly what I was looking for. It&#039;s smart, simple and very flexible - true programming gem!</description>
		<content:encoded><![CDATA[<p>Both thumbs up for this solution. That&#8217;s exactly what I was looking for. It&#8217;s smart, simple and very flexible &#8211; true programming gem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackie</title>
		<link>http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/comment-page-1/#comment-605</link>
		<dc:creator>jackie</dc:creator>
		<pubDate>Fri, 20 Feb 2009 08:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/#comment-605</guid>
		<description>ComboBox ItemsSource=&quot;{Binding Source={StaticResource contentTypes},Path=DisplayNames}&quot;
          SelectedValue=&quot;{Binding Path=Batch.Photos/ContentType,
                          Converter={StaticResource contentTypes}}&quot; /&gt;
...
have a look at above codes.What the statement&#039;Batch.Photos/ContentType&#039;means?</description>
		<content:encoded><![CDATA[<p>ComboBox ItemsSource=&#8221;{Binding Source={StaticResource contentTypes},Path=DisplayNames}&#8221;<br />
          SelectedValue=&#8221;{Binding Path=Batch.Photos/ContentType,<br />
                          Converter={StaticResource contentTypes}}&#8221; /&gt;<br />
&#8230;<br />
have a look at above codes.What the statement&#8217;Batch.Photos/ContentType&#8217;means?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AC374</title>
		<link>http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/comment-page-1/#comment-565</link>
		<dc:creator>AC374</dc:creator>
		<pubDate>Fri, 21 Nov 2008 21:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/#comment-565</guid>
		<description>It looks like your displayValues and reverseValues dictionaries are created backwards (type to string versus string to type).

For example, shouldn&#039;t displayValuesType be:

Type displayValuesType = typeof(Dictionary).GetGenericTypeDefinition().
MakeGenericType(type, typeof(string));

I had to swap these to make it work.</description>
		<content:encoded><![CDATA[<p>It looks like your displayValues and reverseValues dictionaries are created backwards (type to string versus string to type).</p>
<p>For example, shouldn&#8217;t displayValuesType be:</p>
<p>Type displayValuesType = typeof(Dictionary).GetGenericTypeDefinition().<br />
MakeGenericType(type, typeof(string));</p>
<p>I had to swap these to make it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ro</title>
		<link>http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/comment-page-1/#comment-537</link>
		<dc:creator>Ro</dc:creator>
		<pubDate>Tue, 30 Sep 2008 05:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/#comment-537</guid>
		<description>Great post thankyou... I&#039;ve been tearing my hair out trying to get this to work :)</description>
		<content:encoded><![CDATA[<p>Great post thankyou&#8230; I&#8217;ve been tearing my hair out trying to get this to work <img src='http://www.ageektrapped.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - September 3, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/comment-page-1/#comment-492</link>
		<dc:creator>Dew Drop - September 3, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Wed, 03 Sep 2008 13:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/the-missing-net-7-displaying-enums-in-wpf/#comment-492</guid>
		<description>[...] The Missing .NET #7: Displaying Enums in WPF (Jason Kemp) [...]</description>
		<content:encoded><![CDATA[<p>[...] The Missing .NET #7: Displaying Enums in WPF (Jason Kemp) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
