3 references to _CreateDataObject
PresentationFramework (3)
System\windows\Documents\TextEditorCopyPaste.cs (2)
295
DataObject dataObject = TextEditorCopyPaste.
_CreateDataObject
(This, /*isDragDrop:*/false);
341
DataObject dataObject = TextEditorCopyPaste.
_CreateDataObject
(This, /*isDragDrop:*/false);
System\windows\Documents\TextEditorDragDrop.cs (1)
188
IDataObject dataObject = TextEditorCopyPaste.
_CreateDataObject
(_textEditor, /*isDragDrop:*/true);