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