3 references to WriteXaml
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1540
TextRangeSerialization.
WriteXaml
(xamlXmlWriter, thisRange, /*useFlowDocumentAsRoot:*/false, /*wpfPayload:*/null, preserveTextElements);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
42
WriteXaml
(xmlWriter, range, useFlowDocumentAsRoot, wpfPayload, false);
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
206
TextRangeSerialization.
WriteXaml
(xmlWriter, range, useFlowDocumentAsRoot, wpfPayload, preserveTextElements);