1 implementation of LookupNamespace
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
160string IParserHelper.LookupNamespace(string prefix)
4 references to LookupNamespace
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\MarkupExtensionParser.cs (4)
570namespaceURI = _parserHelper.LookupNamespace(prefix); 755namespaceURI = _parserHelper.LookupNamespace(prefix); 1454attribNamespaceURI = _parserHelper.LookupNamespace(prefix); 1468attribNamespaceURI = _parserHelper.LookupNamespace("");