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