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