6 references to XmlnsDictionary
PresentationBuildTasks (6)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
2285
ParserContext.
XmlnsDictionary
[prefix] = attribValue;
Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
2358
string namespaceUri = context.
XmlnsDictionary
[prefix];
3080
xmlns = context.
XmlnsDictionary
[string.Empty];
3089
xmlns = context.
XmlnsDictionary
[prefix];
3158
string xmlns = context.
XmlnsDictionary
[string.Empty];
3171
string xmlns = context.
XmlnsDictionary
[prefix];