2 overrides of FindNamespaceByPrefix
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (1)
221
public override string
FindNamespaceByPrefix
(string prefix)
System\Xaml\Context\XamlParserContext.cs (1)
62
public override string
FindNamespaceByPrefix
(string prefix)
2 references to FindNamespaceByPrefix
System.Xaml (2)
System\Xaml\Context\XamlContext.cs (2)
300
_resolvePrefixCachedDelegate = new Func<string, string>(
FindNamespaceByPrefix
);
309
return name.Namespace ??
FindNamespaceByPrefix
(name.Prefix);