<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Code Not Taken [Comparing two ways of creating a full-size Popup in Silverlight - then picking the best]</title><link>http://blogs.msdn.com/b/delay/archive/2010/01/28/the-code-not-taken-comparing-two-ways-of-creating-a-full-size-popup-in-silverlight-then-picking-the-best.aspx</link><description>Update on 2010-06-17 : Silverlight 4's behavior is different than Silverlight 3's (which is described below); I examine the difference in this follow-up post . 
 
 When it comes time to display a Popup that overlays the entire Silverlight plug-in, most</description><dc:language>en</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: The Code Not Taken [Comparing two ways of creating a full-size Popup in Silverlight - then picking the best]</title><link>http://blogs.msdn.com/b/delay/archive/2010/01/28/the-code-not-taken-comparing-two-ways-of-creating-a-full-size-popup-in-silverlight-then-picking-the-best.aspx#9956190</link><pubDate>Mon, 01 Feb 2010 08:08:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9956190</guid><dc:creator>David Anson</dc:creator><description>&lt;p&gt;Hristo,&lt;/p&gt;
&lt;p&gt;That's really great information - thanks for sharing! Your solution is quite clever and I applaud you - but I'll warn you that you may be relying on undocumented behavior with this. :) Nevertheless, I'm glad to know it for those times nothing else will work.&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9956190" width="1" height="1"&gt;</description></item><item><title>re: The Code Not Taken [Comparing two ways of creating a full-size Popup in Silverlight - then picking the best]</title><link>http://blogs.msdn.com/b/delay/archive/2010/01/28/the-code-not-taken-comparing-two-ways-of-creating-a-full-size-popup-in-silverlight-then-picking-the-best.aspx#9955946</link><pubDate>Sun, 31 Jan 2010 16:18:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9955946</guid><dc:creator>Hristo</dc:creator><description>&lt;p&gt;Hello Delay,&lt;/p&gt;
&lt;p&gt;There is another problematic event - Zoomed. Attaching to it will also reset the zooming. The interesting part it that if you remove the handler then zooming is restored.&lt;/p&gt;
&lt;p&gt;After some reflection I find out that Content class have public constructor. My guess was that those events are global (like LayoutUpdated) so I created static instance of Content class and removed an event handler from the static instance and attach handler to Application.Current.Host.Content.Resized and voila - no more zooming issues.&lt;/p&gt;
&lt;p&gt;I hope that this will help with the fight with Popups.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9955946" width="1" height="1"&gt;</description></item></channel></rss>