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