2 writes to _domSetDocument
PresentationFramework (2)
System\Windows\Data\XmlDataProvider.cs (2)
80
_domSetDocument
= null;
121
_domSetDocument
= value;
8 references to _domSetDocument
PresentationFramework (8)
System\Windows\Data\XmlDataProvider.cs (8)
78
if ((
_domSetDocument
!= null) || _source != value)
98
return (
_domSetDocument
== null) && (_source != null);
119
if ((
_domSetDocument
== null) || _source != null || _document != value)
286
Debug.Assert(
_domSetDocument
== null, "Should not be possible to be using Source and user-set Doc at the same time.");
293
if (
_domSetDocument
!= null)
296
doc =
_domSetDocument
;
421
if ((_source == null) && (
_domSetDocument
== null) && _tryInlineDoc)
441
if (_tryInlineDoc || (_savedDocument != null) || (
_domSetDocument
!= null))