1 instantiation of DataObjectSettingDataEventArgs
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
1196dataObjectSettingDataEventArgs = new DataObjectSettingDataEventArgs(dataObject, format);
2 references to DataObjectSettingDataEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\DataObjectSettingDataEventArgs.cs (1)
151public delegate void DataObjectSettingDataEventHandler(object sender, DataObjectSettingDataEventArgs e);
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
1194DataObjectSettingDataEventArgs dataObjectSettingDataEventArgs;