6 references to XamlNamespaces
PresentationFramework (1)
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
23
private static readonly HashSet<string> AllXamlNamespaces = new HashSet<string>(XamlLanguage.
XamlNamespaces
);
System.Xaml (5)
System\Xaml\Parser\XamlScanner.cs (1)
858
XamlLanguage.
XamlNamespaces
.Contains(xmlns) &&
System\Xaml\XamlLanguage.cs (1)
316
if (
XamlNamespaces
.Contains(typeNamespace))
System\Xaml\XamlSchemaContext.cs (3)
148
if (XamlLanguage.
XamlNamespaces
.Contains(xmlns))
253
if (XamlLanguage.
XamlNamespaces
.Contains(xamlNamespace))
904
combinedList.AddRange(XamlLanguage.
XamlNamespaces
);