1 write to _xds
PresentationFramework (1)
MS\Internal\Data\XmlDataCollection.cs (1)
36_xds = xmlDataProvider;
3 references to _xds
PresentationFramework (3)
MS\Internal\Data\XmlDataCollection.cs (3)
52if (_nsMgr == null && _xds != null) 53_nsMgr = _xds.XmlNamespaceManager; 61get { return _xds; }