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