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