3 references to FileDrop
System.Windows.Forms (3)
System\Windows\Forms\OLE\Clipboard.cs (3)
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); 454/// Clears the Clipboard and then adds a collection of file names in the <see cref="DataFormats.FileDrop"/> format.