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