11 references to XmlWriter
PresentationFramework (11)
System\Windows\Controls\TextBlock.cs (1)
3388return (_complexContent != null) && (manager != null) && (manager.XmlWriter == null);
System\Windows\Controls\TextBox.cs (1)
1902return manager.XmlWriter == null;
System\Windows\Documents\AnchoredBlock.cs (1)
219return manager != null && manager.XmlWriter == null;
System\Windows\Documents\ListItem.cs (1)
280return manager != null && manager.XmlWriter == null;
System\Windows\Documents\PageContent.cs (1)
289shouldSerialize = (manager.XmlWriter == null);
System\Windows\Documents\Paragraph.cs (1)
273return manager != null && manager.XmlWriter == null;
System\Windows\Documents\Run.cs (1)
196return manager != null && manager.XmlWriter == null;
System\windows\Documents\Section.cs (1)
115return manager != null && manager.XmlWriter == null;
System\Windows\Documents\Span.cs (1)
193return manager != null && manager.XmlWriter == null;
System\Windows\FrameworkTemplate.cs (1)
652shouldSerialize = (manager.XmlWriter == null);
System\Windows\Markup\XamlWriter.cs (1)
159MarkupWriter.SaveAsXml(manager.XmlWriter, obj, manager);