2 writes to _domSetDocument
PresentationFramework (2)
System\Windows\Data\XmlDataProvider.cs (2)
74_domSetDocument = null; 115_domSetDocument = value;
8 references to _domSetDocument
PresentationFramework (8)
System\Windows\Data\XmlDataProvider.cs (8)
72if ((_domSetDocument != null) || _source != value) 92return (_domSetDocument == null) && (_source != null); 113if ((_domSetDocument == null) || _source != null || _document != value) 280Debug.Assert(_domSetDocument == null, "Should not be possible to be using Source and user-set Doc at the same time."); 287if (_domSetDocument != null) 290doc = _domSetDocument; 415if ((_source == null) && (_domSetDocument == null) && _tryInlineDoc) 435if (_tryInlineDoc || (_savedDocument != null) || (_domSetDocument != null))