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