2 references to _DoPaste
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
522if (TextEditorCopyPaste._DoPaste(This, dataObject, /*isDragDrop:*/false))
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
608e.Handled = TextEditorCopyPaste._DoPaste(_textEditor, e.Data, /*isDragDrop:*/true);