1 write to _xds
PresentationFramework (1)
MS\Internal\Data\XmlDataCollection.cs (1)
38_xds = xmlDataProvider;
3 references to _xds
PresentationFramework (3)
MS\Internal\Data\XmlDataCollection.cs (3)
54if (_nsMgr == null && _xds != null) 55_nsMgr = _xds.XmlNamespaceManager; 63get { return _xds; }