2 references to SaveRange
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
152
string xamlTextWithImages = WpfPayload.
SaveRange
(This.Selection, ref wpfContainerMemory, /*useFlowDocumentAsRoot:*/false);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1554
string xamlText = WpfPayload.
SaveRange
(thisRange, ref wpfPayloadMemory, /*useFlowDocumentAsRoot:*/false);