5 references to DragDropFormat
System.Windows.Forms (5)
System\Windows\Forms\OLE\DataObject.Composition.WinFormsToNativeAdapter.cs (2)
58
if (_dataObject.GetData(formatName) is
DragDropFormat
dragDropFormat)
249
if (_dataObject.GetDataPresent(formatName) && _dataObject.GetData(formatName) is
DragDropFormat
dragDropFormat)
System\Windows\Forms\OLE\DragDropFormat.cs (1)
21
/// Initializes a new instance of the <see cref="
DragDropFormat
"/> class using the specified format, storage medium, and owner.
System\Windows\Forms\OLE\DragDropHelper.cs (2)
199
&& dataObject.GetData(PInvoke.CFSTR_INDRAGLOOP) is
DragDropFormat
dragDropFormat)
251
if (dataObject.GetData(format) is
DragDropFormat
dragDropFormat)