3 references to Prefixes
System.Xaml (3)
System\Xaml\MS\Impl\XmlNsInfo.cs (2)
519
_nsInfo.
Prefixes
.TryGetValue(ns1, out prefix1);
520
_nsInfo.
Prefixes
.TryGetValue(ns2, out prefix2);
System\Xaml\XamlSchemaContext.cs (1)
223
foreach (KeyValuePair<string, string> nsToPrefix in newNamespaces.
Prefixes
)