2 implementations of LookupPrefix
System.Xaml (2)
System\Xaml\Parser\NamespacePrefixLookup.cs (1)
24
public string
LookupPrefix
(string ns)
System\Xaml\XamlObjectReader.cs (1)
2831
public string
LookupPrefix
(string ns)
2 references to LookupPrefix
System.Xaml (2)
System\Xaml\XamlTypeName.cs (2)
81
return ConvertToStringInternal(prefixLookup.
LookupPrefix
);
89
return ConvertListToStringInternal(typeNameList, prefixLookup.
LookupPrefix
);