1 instantiation of DataObjectPastingEventArgs
PresentationFramework (1)
System\windows\Documents\TextEditorCopyPaste.cs (1)
206
dataObjectPastingEventArgs = new
DataObjectPastingEventArgs
(dataObject, isDragDrop, formatToApply);
7 references to DataObjectPastingEventArgs
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\StackTraceExplorer.xaml.cs (1)
26
private void OnPaste(object sender,
DataObjectPastingEventArgs
e)
StackTraceExplorer\StackTraceExplorerRoot.xaml.cs (1)
38
private void OnPaste(object sender,
DataObjectPastingEventArgs
e)
PresentationCore (1)
System\Windows\DataObjectPastingEventArgs.cs (1)
251
public delegate void DataObjectPastingEventHandler(object sender,
DataObjectPastingEventArgs
e);
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
296
private void OnPastingDataObject(Object sender,
DataObjectPastingEventArgs
e)
System\windows\Documents\TextEditorCopyPaste.cs (1)
201
DataObjectPastingEventArgs
dataObjectPastingEventArgs;
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
255
private void OnPaste(object sender,
DataObjectPastingEventArgs
e)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
382
private void OnPaste(object sender,
DataObjectPastingEventArgs
e)