5 references to TextRangeSerialization
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
187
TextRangeSerialization
.WriteXaml(xmlWriter, This.Selection, /*useFlowDocumentAsRoot:*/false, /*wpfPayload:*/null);
src\Framework\System\Windows\Documents\TextRange.cs (1)
1087
TextRangeSerialization
.PasteXml(this, fragment);
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
1481
TextRangeSerialization
.WriteXaml(xmlWriter, thisRange, /*useFlowDocumentAsRoot:*/false, /*wpfPayload:*/null);
1540
TextRangeSerialization
.WriteXaml(xamlXmlWriter, thisRange, /*useFlowDocumentAsRoot:*/false, /*wpfPayload:*/null, preserveTextElements);
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
206
TextRangeSerialization
.WriteXaml(xmlWriter, range, useFlowDocumentAsRoot, wpfPayload, preserveTextElements);