2 writes to _domSetDocument
PresentationFramework (2)
System\Windows\Data\XmlDataProvider.cs (2)
73_domSetDocument = null; 114_domSetDocument = value;
8 references to _domSetDocument
PresentationFramework (8)
System\Windows\Data\XmlDataProvider.cs (8)
71if ((_domSetDocument != null) || _source != value) 91return (_domSetDocument == null) && (_source != null); 112if ((_domSetDocument == null) || _source != null || _document != value) 279Debug.Assert(_domSetDocument == null, "Should not be possible to be using Source and user-set Doc at the same time."); 286if (_domSetDocument != null) 289doc = _domSetDocument; 413if ((_source == null) && (_domSetDocument == null) && _tryInlineDoc) 433if (_tryInlineDoc || (_savedDocument != null) || (_domSetDocument != null))