<?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: WPF possible memory leak with EventManager.RegisterClassHandler</title>
	<atom:link href="http://www.japf.fr/2009/08/wpf-memory-leak-with-eventmanager-registerclasshandler/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.japf.fr/2009/08/wpf-memory-leak-with-eventmanager-registerclasshandler/</link>
	<description>Jeremy Alles Presentation Foundation: WPF, .Net and modern software development</description>
	<lastBuildDate>Sat, 24 Jul 2010 08:59:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: JAPF &#187; Blog Archive &#187; Analyzing events usage using a R# plugin</title>
		<link>http://www.japf.fr/2009/08/wpf-memory-leak-with-eventmanager-registerclasshandler/comment-page-1/#comment-464</link>
		<dc:creator>JAPF &#187; Blog Archive &#187; Analyzing events usage using a R# plugin</dc:creator>
		<pubDate>Wed, 14 Oct 2009 12:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=234#comment-464</guid>
		<description>[...] The problem can also occurs by using static class such as EventManager (for more information see this blog post). Some .Net developers have been working on a way to go round the problem using Reflection, Weak [...]</description>
		<content:encoded><![CDATA[<p>[...] The problem can also occurs by using static class such as EventManager (for more information see this blog post). Some .Net developers have been working on a way to go round the problem using Reflection, Weak [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.japf.fr/2009/08/wpf-memory-leak-with-eventmanager-registerclasshandler/comment-page-1/#comment-374</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 21 Aug 2009 06:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=234#comment-374</guid>
		<description>Oui j&#039;ai déjà vu cette doc mais j&#039;ai pas encore mis en pratique. Y&#039;a aussi un bon article sur CodeProject: http://www.codeproject.com/KB/cs/WeakEvents.aspx</description>
		<content:encoded><![CDATA[<p>Oui j&#8217;ai déjà vu cette doc mais j&#8217;ai pas encore mis en pratique. Y&#8217;a aussi un bon article sur CodeProject: <a href="http://www.codeproject.com/KB/cs/WeakEvents.aspx" rel="nofollow">http://www.codeproject.com/KB/cs/WeakEvents.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomlev</title>
		<link>http://www.japf.fr/2009/08/wpf-memory-leak-with-eventmanager-registerclasshandler/comment-page-1/#comment-371</link>
		<dc:creator>tomlev</dc:creator>
		<pubDate>Thu, 20 Aug 2009 14:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=234#comment-371</guid>
		<description>Au fait, tu as vu le &quot;WeakEvent pattern&quot; ? Ca me semble assez adéquat par rapport à ta problématique...

http://msdn.microsoft.com/en-us/library/aa970850.aspx</description>
		<content:encoded><![CDATA[<p>Au fait, tu as vu le &#8220;WeakEvent pattern&#8221; ? Ca me semble assez adéquat par rapport à ta problématique&#8230;</p>
<p><a href="http://msdn.microsoft.com/en-us/library/aa970850.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa970850.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.japf.fr/2009/08/wpf-memory-leak-with-eventmanager-registerclasshandler/comment-page-1/#comment-365</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 19 Aug 2009 07:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=234#comment-365</guid>
		<description>Oui faut vraiment faire attention avec les événements en général. Je pensai en fait que EventManager fonctionnait avec des WeakReference et ne causait pas de problème...</description>
		<content:encoded><![CDATA[<p>Oui faut vraiment faire attention avec les événements en général. Je pensai en fait que EventManager fonctionnait avec des WeakReference et ne causait pas de problème&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomlev</title>
		<link>http://www.japf.fr/2009/08/wpf-memory-leak-with-eventmanager-registerclasshandler/comment-page-1/#comment-362</link>
		<dc:creator>tomlev</dc:creator>
		<pubDate>Tue, 18 Aug 2009 16:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=234#comment-362</guid>
		<description>Bien vu ;)

Mais il me semble que ce n&#039;est pas spécifique à EventManager, c&#039;est vrai aussi pour n&#039;importe quel évènement... Par exemple, le code suivant doit poser le même problème :

Application.Idle += new EventHandler(this.Application_Idle);</description>
		<content:encoded><![CDATA[<p>Bien vu <img src='http://www.japf.fr/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Mais il me semble que ce n&#8217;est pas spécifique à EventManager, c&#8217;est vrai aussi pour n&#8217;importe quel évènement&#8230; Par exemple, le code suivant doit poser le même problème :</p>
<p>Application.Idle += new EventHandler(this.Application_Idle);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
