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