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