1 write to _tryInlineDoc
PresentationFramework (1)
System\Windows\Data\XmlDataProvider.cs (1)
716
_tryInlineDoc
= false;
3 references to _tryInlineDoc
PresentationFramework (3)
System\Windows\Data\XmlDataProvider.cs (3)
414
if ((_source == null) && (_domSetDocument == null) &&
_tryInlineDoc
)
434
if (
_tryInlineDoc
|| (_savedDocument != null) || (_domSetDocument != null))
457
if (!
_tryInlineDoc
)