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