4 references to DROPDESCRIPTION
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\DataFormatNames.cs (1)
51/// and controls whether to allow text specified in <see cref="DROPDESCRIPTION"/> to be displayed on the drag image.
System\Private\Windows\Ole\DragDropHelper.cs (3)
369hGlobal = PInvokeCore.GlobalAlloc(GMEM_MOVEABLE | GMEM_ZEROINIT, (nuint)sizeof(DROPDESCRIPTION)) 384DROPDESCRIPTION* pDropDescription = (DROPDESCRIPTION*)basePtr;