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