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)
512Formatting previousFormatting = (_xmlTextWriter != null) ? _xmlTextWriter.Formatting : Formatting.None; 676if( scope.IsTopOfSpacePreservationScope && _xmlTextWriter != null ) 682_xmlTextWriter.Formatting = Formatting.None; 871_xmlTextWriter != null && 872_xmlTextWriter.Formatting != previousFormatting ) 876_xmlTextWriter.Formatting = previousFormatting;