3 references to _CreateDataObject
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (2)
377DataObject dataObject = TextEditorCopyPaste._CreateDataObject(This, /*isDragDrop:*/false); 446DataObject dataObject = TextEditorCopyPaste._CreateDataObject(This, /*isDragDrop:*/false);
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
199IDataObject dataObject = TextEditorCopyPaste._CreateDataObject(_textEditor, /*isDragDrop:*/true);