1 instantiation of DataObjectSettingDataEventArgs
PresentationFramework (1)
System\windows\Documents\TextEditorCopyPaste.cs (1)
1007
dataObjectSettingDataEventArgs = new
DataObjectSettingDataEventArgs
(dataObject, format);
4 references to DataObjectSettingDataEventArgs
PresentationCore (3)
System\Windows\dataobject.cs (2)
494
/// <see cref="
DataObjectSettingDataEventArgs
.CancelCommand"/> method the handler tells an editor to skip one
495
/// particular data format (identified by <see cref="
DataObjectSettingDataEventArgs
.Format"/> property). Note
System\Windows\DataObjectSettingDataEventArgs.cs (1)
136
public delegate void DataObjectSettingDataEventHandler(object sender,
DataObjectSettingDataEventArgs
e);
PresentationFramework (1)
System\windows\Documents\TextEditorCopyPaste.cs (1)
1005
DataObjectSettingDataEventArgs
dataObjectSettingDataEventArgs;