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