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