4 references to FileDrop
System.Windows.Forms (4)
System\Windows\Forms\OLE\Clipboard.cs (4)
98/// Indicates whether there is data on the Clipboard that is in the <see cref="DataFormats.FileDrop"/> format 101public static bool ContainsFileDropList() => ContainsData(DataFormats.FileDrop, autoConvert: true); 456/// Clears the Clipboard and then adds a collection of file names in the <see cref="DataFormats.FileDrop"/> format. 487format == DataFormats.FileDrop || format == DataFormats.Bitmap;