2010-10-14 73 views

回答

2

here是msdn鏈接。它的工作原理也在3.5以下。

從書WPF Unleased: 假設傳統的x名稱空間前綴。 x:Shared - > ResourceDictionary中任何元素上的屬性,但僅適用於編譯XAML的情況!

//ResourceDictionary 
<ResourceDictionary xmlns:x="http://schema.microsoft.con/winfx/2006/xaml> 
<Image x:Shared="False" x:Key="zoom" Height="21" Source="zoom.png" /> 
... 
+0

我想,你提到關於xmlns:x =「http://schemas.microsoft.com/winfx/2006/xaml」。但我無法看到x:共享http://social.msdn.microsoft.com/Forums/en-US/vswpfdesigner/thread/15885852-ebeb-4794-95b9-304076a81fae – Relativity 2010-10-14 12:13:30

+0

如果您只鍵入x: Shared = True然後編譯?它不工作?你使用什麼框架?如果你融合了那裏發生的事情? – blindmeis 2010-10-14 13:06:45