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