6 references to XamlNamespaces
PresentationFramework (1)
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
22
private static readonly HashSet<string> AllXamlNamespaces = new HashSet<string>(XamlLanguage.
XamlNamespaces
);
System.Xaml (5)
System\Xaml\Parser\XamlScanner.cs (1)
855
XamlLanguage.
XamlNamespaces
.Contains(xmlns) &&
System\Xaml\XamlLanguage.cs (1)
315
if (
XamlNamespaces
.Contains(typeNamespace))
System\Xaml\XamlSchemaContext.cs (3)
146
if (XamlLanguage.
XamlNamespaces
.Contains(xmlns))
251
if (XamlLanguage.
XamlNamespaces
.Contains(xamlNamespace))
902
combinedList.AddRange(XamlLanguage.
XamlNamespaces
);