1 instantiation of RootNamespaceAttribute
System.Xaml.Tests (1)
System\Windows\Markup\RootNamespaceAttributeTests.cs (1)
16var attribute = new RootNamespaceAttribute(nameSpace);
8 references to RootNamespaceAttribute
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapper.cs (3)
2735RootNamespaceAttribute rnsa = (RootNamespaceAttribute)Attribute.GetCustomAttribute(a, typeof(RootNamespaceAttribute));
System.Xaml (4)
System\Xaml\MS\Impl\XmlNsInfo.cs (4)
400if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(RootNamespaceAttribute))) 409RootNamespaceAttribute rootNs = (RootNamespaceAttribute) 410Attribute.GetCustomAttribute(assembly, typeof(RootNamespaceAttribute));
System.Xaml.Tests (1)
System\Windows\Markup\RootNamespaceAttributeTests.cs (1)
16var attribute = new RootNamespaceAttribute(nameSpace);