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)
75get { return _source; } 78if ((_domSetDocument != null) || _source != value) 98return (_domSetDocument == null) && (_source != null); 119if ((_domSetDocument == null) || _source != null || _document != value) 283if (_source != null) 421if ((_source == null) && (_domSetDocument == null) && _tryInlineDoc)