2 writes to _nsMgr
PresentationFramework (2)
src\Framework\MS\Internal\Data\XmlDataCollection.cs (2)
58
_nsMgr
= _xds.XmlNamespaceManager;
61
set {
_nsMgr
= value; }
2 references to _nsMgr
PresentationFramework (2)
src\Framework\MS\Internal\Data\XmlDataCollection.cs (2)
57
if (
_nsMgr
== null && _xds != null)
59
return
_nsMgr
;