1 implementation of LookupNamespace
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
159string IParserHelper.LookupNamespace(string prefix)
4 references to LookupNamespace
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\MarkupExtensionParser.cs (4)
569namespaceURI = _parserHelper.LookupNamespace(prefix); 754namespaceURI = _parserHelper.LookupNamespace(prefix); 1453attribNamespaceURI = _parserHelper.LookupNamespace(prefix); 1467attribNamespaceURI = _parserHelper.LookupNamespace("");