1 write to _xmlns
PresentationFramework (1)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (1)
629
_xmlns
= xmlns;
2 references to _xmlns
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (2)
634
writer.WriteXmlnsProperty(_prefix,
_xmlns
);
639
return new BamlXmlnsPropertyNode(_prefix,
_xmlns
);