1 instantiation of DataObjectPastingEventArgs
PresentationFramework (1)
System\windows\Documents\TextEditorCopyPaste.cs (1)
192
dataObjectPastingEventArgs = new
DataObjectPastingEventArgs
(dataObject, isDragDrop, formatToApply);
5 references to DataObjectPastingEventArgs
PresentationCore (1)
System\Windows\DataObjectPastingEventArgs.cs (1)
241
public delegate void DataObjectPastingEventHandler(object sender,
DataObjectPastingEventArgs
e);
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
290
private void OnPastingDataObject(Object sender,
DataObjectPastingEventArgs
e)
System\windows\Documents\TextEditorCopyPaste.cs (1)
187
DataObjectPastingEventArgs
dataObjectPastingEventArgs;
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
252
private void OnPaste(object sender,
DataObjectPastingEventArgs
e)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
375
private void OnPaste(object sender,
DataObjectPastingEventArgs
e)