4 references to DragDropFormat
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
216
_dataObject.SetData(formatName, new
DragDropFormat
(pformatetc->cfFormat, *pmedium, !fRelease));
System.Windows.Forms.Tests (3)
System\Windows\Forms\DragDropFormatTests.cs (3)
74
dragDropFormat = new
DragDropFormat
((ushort)formatEtc.cfFormat, (Com.STGMEDIUM)medium, copyData: false);
96
dragDropFormat = new
DragDropFormat
((ushort)formatEtc.cfFormat, (Com.STGMEDIUM)medium, copyData: false);
135
dragDropFormat = new
DragDropFormat
((ushort)formatEtc.cfFormat, (Com.STGMEDIUM)medium, copyData: false);