11 references to XmlWriter
PresentationFramework (11)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3397return (_complexContent != null) && (manager != null) && (manager.XmlWriter == null);
src\Framework\System\Windows\Controls\TextBox.cs (1)
1901return manager.XmlWriter == null;
src\Framework\System\Windows\Documents\AnchoredBlock.cs (1)
230return manager != null && manager.XmlWriter == null;
src\Framework\System\Windows\Documents\ListItem.cs (1)
289return manager != null && manager.XmlWriter == null;
src\Framework\System\Windows\Documents\PageContent.cs (1)
319shouldSerialize = (manager.XmlWriter == null);
src\Framework\System\Windows\Documents\Paragraph.cs (1)
281return manager != null && manager.XmlWriter == null;
src\Framework\System\Windows\Documents\Run.cs (1)
206return manager != null && manager.XmlWriter == null;
src\Framework\System\windows\Documents\Section.cs (1)
119return manager != null && manager.XmlWriter == null;
src\Framework\System\Windows\Documents\Span.cs (1)
210return manager != null && manager.XmlWriter == null;
src\Framework\System\Windows\FrameworkTemplate.cs (1)
669shouldSerialize = (manager.XmlWriter == null);
src\Framework\System\Windows\Markup\XamlWriter.cs (1)
256MarkupWriter.SaveAsXml(manager.XmlWriter, obj, manager);