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