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)
497Formatting previousFormatting = (_xmlTextWriter != null) ? _xmlTextWriter.Formatting : Formatting.None; 661if( scope.IsTopOfSpacePreservationScope && _xmlTextWriter != null ) 667_xmlTextWriter.Formatting = Formatting.None; 857_xmlTextWriter != null && 858_xmlTextWriter.Formatting != previousFormatting ) 862_xmlTextWriter.Formatting = previousFormatting;