5 implementations of LookupPrefix
System.Xaml (2)
System\Xaml\Parser\NamespacePrefixLookup.cs (1)
24
public string
LookupPrefix
(string ns)
System\Xaml\XamlObjectReader.cs (1)
2853
public string
LookupPrefix
(string ns)
System.Xaml.Tests (3)
System\Xaml\Replacements\TypeTypeConverterTests.cs (1)
318
public string
LookupPrefix
(string ns)
System\Xaml\Schema\XamlTypeNameTests.cs (1)
487
public string
LookupPrefix
(string ns)
System\Xaml\Schema\XamlTypeTypeConverterTests.cs (1)
309
public string
LookupPrefix
(string ns)
2 references to LookupPrefix
System.Xaml (2)
System\Xaml\XamlTypeName.cs (2)
82
return ConvertToStringInternal(prefixLookup.
LookupPrefix
);
90
return ConvertListToStringInternal(typeNameList, prefixLookup.
LookupPrefix
);