1 write to _xmlTextWriter
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
159_xmlTextWriter = writer as XmlTextWriter;
7 references to _xmlTextWriter
PresentationFramework (7)
System\Windows\Markup\Primitives\MarkupWriter.cs (7)
492Formatting previousFormatting = (_xmlTextWriter != null) ? _xmlTextWriter.Formatting : Formatting.None; 656if( scope.IsTopOfSpacePreservationScope && _xmlTextWriter != null ) 662_xmlTextWriter.Formatting = Formatting.None; 852_xmlTextWriter != null && 853_xmlTextWriter.Formatting != previousFormatting ) 857_xmlTextWriter.Formatting = previousFormatting;