2 writes to _source
PresentationFramework (2)
src\Framework\System\Windows\Data\XmlDataProvider.cs (2)
83
_source
= value;
125
_source
= null;
6 references to _source
PresentationFramework (6)
src\Framework\System\Windows\Data\XmlDataProvider.cs (6)
77
get { return
_source
; }
80
if ((_domSetDocument != null) ||
_source
!= value)
100
return (_domSetDocument == null) && (
_source
!= null);
121
if ((_domSetDocument == null) ||
_source
!= null || _document != value)
285
if (
_source
!= null)
424
if ((
_source
== null) && (_domSetDocument == null) && _tryInlineDoc)