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)
52
if (_nsMgr == null &&
_xds
!= null)
53
_nsMgr =
_xds
.XmlNamespaceManager;
61
get { return
_xds
; }