1 instantiation of DataObjectCopyingEventArgs
PresentationFramework (1)
System\windows\Documents\TextEditorCopyPaste.cs (1)
165
DataObjectCopyingEventArgs dataObjectCopyingEventArgs = new
DataObjectCopyingEventArgs
(dataObject, /*isDragDrop:*/isDragDrop);
2 references to DataObjectCopyingEventArgs
PresentationCore (1)
System\Windows\DataObjectCopyingEventArgs.cs (1)
135
public delegate void DataObjectCopyingEventHandler(object sender,
DataObjectCopyingEventArgs
e);
PresentationFramework (1)
System\windows\Documents\TextEditorCopyPaste.cs (1)
165
DataObjectCopyingEventArgs
dataObjectCopyingEventArgs = new DataObjectCopyingEventArgs(dataObject, /*isDragDrop:*/isDragDrop);