2 writes to _domSetDocument
PresentationFramework (2)
src\Framework\System\Windows\Data\XmlDataProvider.cs (2)
82
_domSetDocument
= null;
123
_domSetDocument
= value;
8 references to _domSetDocument
PresentationFramework (8)
src\Framework\System\Windows\Data\XmlDataProvider.cs (8)
80
if ((
_domSetDocument
!= null) || _source != value)
100
return (
_domSetDocument
== null) && (_source != null);
121
if ((
_domSetDocument
== null) || _source != null || _document != value)
288
Debug.Assert(
_domSetDocument
== null, "Should not be possible to be using Source and user-set Doc at the same time.");
295
if (
_domSetDocument
!= null)
298
doc =
_domSetDocument
;
424
if ((_source == null) && (
_domSetDocument
== null) && _tryInlineDoc)
444
if (_tryInlineDoc || (_savedDocument != null) || (
_domSetDocument
!= null))