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