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