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