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