2 references to IsInDragLoopFormat
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
206
if (DragDropHelper<TOleServices, TDataFormat>.
IsInDragLoopFormat
(*pformatetc)
System.Windows.Forms.Tests (1)
System\Windows\Forms\DragDropHelperTests.cs (1)
107
Assert.Equal(expectedIsInDragLoopFormat, DragDropHelper.
IsInDragLoopFormat
(Unsafe.As<FORMATETC, Com.FORMATETC>(ref formatEtc)));