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)
68get { return _source; } 71if ((_domSetDocument != null) || _source != value) 91return (_domSetDocument == null) && (_source != null); 112if ((_domSetDocument == null) || _source != null || _document != value) 276if (_source != null) 413if ((_source == null) && (_domSetDocument == null) && _tryInlineDoc)