2 writes to _source
PresentationFramework (2)
System\Windows\Data\XmlDataProvider.cs (2)
75
_source
= value;
117
_source
= null;
6 references to _source
PresentationFramework (6)
System\Windows\Data\XmlDataProvider.cs (6)
69
get { return
_source
; }
72
if ((_domSetDocument != null) ||
_source
!= value)
92
return (_domSetDocument == null) && (
_source
!= null);
113
if ((_domSetDocument == null) ||
_source
!= null || _document != value)
277
if (
_source
!= null)
415
if ((
_source
== null) && (_domSetDocument == null) && _tryInlineDoc)