4 references to STATE_DRAGGING
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
1008return GetToolStripState(STATE_DRAGGING); 3106SetToolStripState(STATE_DRAGGING, true); 3114SetToolStripState(STATE_DRAGGING, false); 4503if (_currentlyActiveTooltipItem is not null && !GetToolStripState(STATE_DRAGGING) && Cursor.Current is { } currentCursor)