7 references to RootNamespaceAttribute
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapper.cs (3)
2732
RootNamespaceAttribute
rnsa = (
RootNamespaceAttribute
)Attribute.GetCustomAttribute(a, typeof(
RootNamespaceAttribute
));
System.Xaml (4)
System\Xaml\MS\Impl\XmlNsInfo.cs (4)
421
if (LooseTypeExtensions.AssemblyQualifiedNameEquals(cad.Constructor.DeclaringType, typeof(
RootNamespaceAttribute
)))
431
RootNamespaceAttribute
rootNs = (
RootNamespaceAttribute
)
432
Attribute.GetCustomAttribute(assembly, typeof(
RootNamespaceAttribute
));