2 overrides of FindNamespaceByPrefix
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (1)
217
public override string
FindNamespaceByPrefix
(string prefix)
System\Xaml\Context\XamlParserContext.cs (1)
61
public override string
FindNamespaceByPrefix
(String prefix)
2 references to FindNamespaceByPrefix
System.Xaml (2)
System\Xaml\Context\XamlContext.cs (2)
288
_resolvePrefixCachedDelegate = new Func<string, string>(
FindNamespaceByPrefix
);
296
return name.Namespace ??
FindNamespaceByPrefix
(name.Prefix);