6 references to CFSTR_DROPDESCRIPTION
System.Private.Windows.Core (2)
System\Private\Windows\Ole\DragDropHelper.cs (2)
161|| formatName.Equals(PInvokeCore.CFSTR_DROPDESCRIPTION) 350cfFormat = (ushort)(short)PInvokeCore.RegisterClipboardFormat(PInvokeCore.CFSTR_DROPDESCRIPTION),
System.Windows.Forms.Tests (4)
System\Windows\Forms\DragDropHelperTests.cs (4)
91[InlineData(PInvokeCore.CFSTR_DROPDESCRIPTION, true)] 215dataObject.TryGetData(PInvokeCore.CFSTR_DROPDESCRIPTION, autoConvert: false, out DragDropFormat dragDropFormat).Should().BeTrue(); 297e.Data.TryGetData(PInvokeCore.CFSTR_DROPDESCRIPTION, out DragDropFormat dragDropFormat).Should().BeTrue(); 324dataObject.TryGetData(PInvokeCore.CFSTR_DROPDESCRIPTION, autoConvert: false, out DragDropFormat dragDropFormat).Should().BeTrue();