1 write to
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
2285
ParserContext.XmlnsDictionary
[
prefix] = attribValue;
6 references to
PresentationBuildTasks (6)
Framework\System\Windows\Markup\ParserContext.cs (1)
471
xmlnsMgr.AddNamespace(key, parserContext._xmlnsDictionary
[
key]);
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];