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