6 references to XmlnsDictionary
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2268ParserContext.XmlnsDictionary[prefix] = attribValue;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (5)
2259string namespaceUri = context.XmlnsDictionary[prefix]; 2855xmlns = context.XmlnsDictionary[string.Empty]; 2864xmlns = context.XmlnsDictionary[prefix]; 2933string xmlns = context.XmlnsDictionary[string.Empty]; 2946string xmlns = context.XmlnsDictionary[prefix];