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