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