1 write to hbmpDragImage
System.Private.Windows.Core (1)
System\Private\Windows\Ole\DragDropHelper.cs (1)
275hbmpDragImage = hbmpDragImage,
2 references to hbmpDragImage
System.Windows.Forms.Tests (2)
System\Windows\Forms\DragDropHelperTests.cs (2)
123bool isDragImageNull = BitOperations.LeadingZeroCount((uint)(nint)pDragImage->hbmpDragImage).Equals(32); 150bool isDragImageNull = BitOperations.LeadingZeroCount((uint)(nint)pDragImage->hbmpDragImage).Equals(32);