1 write to _xmlTextWriter
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
164
_xmlTextWriter
= writer as XmlTextWriter;
7 references to _xmlTextWriter
PresentationFramework (7)
System\Windows\Markup\Primitives\MarkupWriter.cs (7)
497
Formatting previousFormatting = (
_xmlTextWriter
!= null) ?
_xmlTextWriter
.Formatting : Formatting.None;
661
if( scope.IsTopOfSpacePreservationScope &&
_xmlTextWriter
!= null )
667
_xmlTextWriter
.Formatting = Formatting.None;
857
_xmlTextWriter
!= null &&
858
_xmlTextWriter
.Formatting != previousFormatting )
862
_xmlTextWriter
.Formatting = previousFormatting;