6 references to XmlnsDictionary
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2269ParserContext.XmlnsDictionary[prefix] = attribValue;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (5)
2260string namespaceUri = context.XmlnsDictionary[prefix]; 2856xmlns = context.XmlnsDictionary[string.Empty]; 2865xmlns = context.XmlnsDictionary[prefix]; 2934string xmlns = context.XmlnsDictionary[string.Empty]; 2947string xmlns = context.XmlnsDictionary[prefix];