3 references to AddNamespace
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (3)
145
AddNamespace
((string)prefix, (string)xmlNamespace);
458
set {
AddNamespace
(prefix, value as string);}
480
AddNamespace
((string)prefix, (string)value);