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