1 write to
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2265
ParserContext.XmlnsDictionary
[
prefix] = attribValue;
6 references to
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
448
xmlnsMgr.AddNamespace(key, parserContext._xmlnsDictionary
[
key]);
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];