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)
69get { return _source; } 72if ((_domSetDocument != null) || _source != value) 92return (_domSetDocument == null) && (_source != null); 113if ((_domSetDocument == null) || _source != null || _document != value) 277if (_source != null) 415if ((_source == null) && (_domSetDocument == null) && _tryInlineDoc)