1 write to _xds
PresentationFramework (1)
src\Framework\MS\Internal\Data\XmlDataCollection.cs (1)
41
_xds
= xmlDataProvider;
3 references to _xds
PresentationFramework (3)
src\Framework\MS\Internal\Data\XmlDataCollection.cs (3)
57
if (_nsMgr == null &&
_xds
!= null)
58
_nsMgr =
_xds
.XmlNamespaceManager;
66
get { return
_xds
; }