11 references to XmlWriter
PresentationFramework (11)
System\Windows\Controls\TextBlock.cs (1)
3408
return (_complexContent != null) && (manager != null) && (manager.
XmlWriter
== null);
System\Windows\Controls\TextBox.cs (1)
1908
return manager.
XmlWriter
== null;
System\Windows\Documents\AnchoredBlock.cs (1)
230
return manager != null && manager.
XmlWriter
== null;
System\Windows\Documents\ListItem.cs (1)
282
return manager != null && manager.
XmlWriter
== null;
System\Windows\Documents\PageContent.cs (1)
307
shouldSerialize = (manager.
XmlWriter
== null);
System\Windows\Documents\Paragraph.cs (1)
274
return manager != null && manager.
XmlWriter
== null;
System\Windows\Documents\Run.cs (1)
206
return manager != null && manager.
XmlWriter
== null;
System\windows\Documents\Section.cs (1)
116
return manager != null && manager.
XmlWriter
== null;
System\Windows\Documents\Span.cs (1)
204
return manager != null && manager.
XmlWriter
== null;
System\Windows\FrameworkTemplate.cs (1)
665
shouldSerialize = (manager.
XmlWriter
== null);
System\Windows\Markup\XamlWriter.cs (1)
175
MarkupWriter.SaveAsXml(manager.
XmlWriter
, obj, manager);