1 write to _xmlTextWriter
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (1)
178
_xmlTextWriter
= writer as XmlTextWriter;
7 references to _xmlTextWriter
PresentationFramework (7)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (7)
512
Formatting previousFormatting = (
_xmlTextWriter
!= null) ?
_xmlTextWriter
.Formatting : Formatting.None;
676
if( scope.IsTopOfSpacePreservationScope &&
_xmlTextWriter
!= null )
682
_xmlTextWriter
.Formatting = Formatting.None;
871
_xmlTextWriter
!= null &&
872
_xmlTextWriter
.Formatting != previousFormatting )
876
_xmlTextWriter
.Formatting = previousFormatting;