<?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>Tony Williams &#187; Performance</title>
	<atom:link href="http://blog.tonywilliams.me.uk/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tonywilliams.me.uk</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 12:31:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WPF 4 Performance Troubles</title>
		<link>http://blog.tonywilliams.me.uk/wpf-4-performance-troubles/</link>
		<comments>http://blog.tonywilliams.me.uk/wpf-4-performance-troubles/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 12:48:44 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[WPF 4]]></category>

		<guid isPermaLink="false">http://blog.tonywilliams.me.uk/?p=16</guid>
		<description><![CDATA[Improve performance on WPF 4]]></description>
			<content:encoded><![CDATA[<p>Extracted from: <a href="http://random.tonywilliams.me.uk/post/745359131/wpf-4-performance-troubles">http://random.tonywilliams.me.uk/post/745359131/wpf-4-performance-troubles</a></p>
<div>
<p>If you&#8217;re working with WPF 4 and are having some performance trouble in regards to your app then try this in your xaml:</p>
<blockquote><p>CacheMode=&#8221;BitmapCache&#8221;</p></blockquote>
<p>Works brilliantly with the data templates for items in an ItemsControl/List etc.</p>
<p>More info here: <a href="http://msdn.microsoft.com/en-us/library/system.windows.media.bitmapcache(VS.95).aspx">BitmapCache</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.tonywilliams.me.uk/wpf-4-performance-troubles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

