1 instantiation of DataObjectPastingEventArgs
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
262
dataObjectPastingEventArgs = new
DataObjectPastingEventArgs
(dataObject, isDragDrop, formatToApply);
3 references to DataObjectPastingEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\DataObjectPastingEventArgs.cs (1)
265
public delegate void DataObjectPastingEventHandler(object sender,
DataObjectPastingEventArgs
e);
PresentationFramework (2)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
302
private void OnPastingDataObject(Object sender,
DataObjectPastingEventArgs
e)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
257
DataObjectPastingEventArgs
dataObjectPastingEventArgs;