2 writes to _source
PresentationFramework (2)
System\Windows\Data\XmlDataProvider.cs (2)
74
_source
= value;
116
_source
= null;
6 references to _source
PresentationFramework (6)
System\Windows\Data\XmlDataProvider.cs (6)
68
get { return
_source
; }
71
if ((_domSetDocument != null) ||
_source
!= value)
91
return (_domSetDocument == null) && (
_source
!= null);
112
if ((_domSetDocument == null) ||
_source
!= null || _document != value)
276
if (
_source
!= null)
413
if ((
_source
== null) && (_domSetDocument == null) && _tryInlineDoc)