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