2 writes to _source
PresentationFramework (2)
System\Windows\Data\XmlDataProvider.cs (2)
81
_source
= value;
123
_source
= null;
6 references to _source
PresentationFramework (6)
System\Windows\Data\XmlDataProvider.cs (6)
75
get { return
_source
; }
78
if ((_domSetDocument != null) ||
_source
!= value)
98
return (_domSetDocument == null) && (
_source
!= null);
119
if ((_domSetDocument == null) ||
_source
!= null || _document != value)
283
if (
_source
!= null)
421
if ((
_source
== null) && (_domSetDocument == null) && _tryInlineDoc)