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