10 references to DROPDESCRIPTION
System.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)
361hGlobal = PInvokeCore.GlobalAlloc(GMEM_MOVEABLE | GMEM_ZEROINIT, (nuint)sizeof(DROPDESCRIPTION)) 376DROPDESCRIPTION* pDropDescription = (DROPDESCRIPTION*)basePtr;
System.Windows.Forms.Tests (6)
System\Windows\Forms\DragDropHelperTests.cs (6)
218DROPDESCRIPTION* pDropDescription = (DROPDESCRIPTION*)basePtr; 299DROPDESCRIPTION* pDropDescription = (DROPDESCRIPTION*)basePtr; 326DROPDESCRIPTION* pDropDescription = (DROPDESCRIPTION*)basePtr;