1 instantiation of XmlnsCompatibleWithAttribute
PresentationFramework (1)
OtherAssemblyAttrs.cs (1)
107
[assembly: System.Windows.Markup.
XmlnsCompatibleWith
("http://schemas.microsoft.com/xps/2005/06/resourcedictionary-key", "http://schemas.microsoft.com/winfx/2006/xaml")]
7 references to XmlnsCompatibleWithAttribute
PresentationFramework (3)
System\Windows\Markup\XmlnsCache.cs (3)
285
XmlnsCompatibleWithAttribute
xmlnsCompat = (
XmlnsCompatibleWithAttribute
)attr;
375
typeof(
XmlnsCompatibleWithAttribute
));
System.Xaml (4)
System\Xaml\MS\Impl\XmlNsInfo.cs (4)
318
if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(
XmlnsCompatibleWithAttribute
)))
328
Attribute[] attributes = Attribute.GetCustomAttributes(assembly, typeof(
XmlnsCompatibleWithAttribute
));
332
XmlnsCompatibleWithAttribute
xmlnsCompatAttr = (
XmlnsCompatibleWithAttribute
)attr;