5 references to DragDropFormat
System.Windows.Forms (5)
System\Windows\Forms\OLE\DataObject.Composition.WinFormsToNativeAdapter.cs (2)
58if (_dataObject.GetData(formatName) is DragDropFormat dragDropFormat) 249if (_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) 251if (dataObject.GetData(format) is DragDropFormat dragDropFormat)