2 writes to _nsMgr
PresentationFramework (2)
MS\Internal\Data\XmlDataCollection.cs (2)
52
_nsMgr
= _xds.XmlNamespaceManager;
55
set {
_nsMgr
= value; }
2 references to _nsMgr
PresentationFramework (2)
MS\Internal\Data\XmlDataCollection.cs (2)
51
if (
_nsMgr
== null && _xds != null)
53
return
_nsMgr
;