4 references to STATE_LOCATIONCHANGING
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
1026
return GetToolStripState(
STATE_LOCATIONCHANGING
);
2609
SetToolStripState(
STATE_LOCATIONCHANGING
, true);
2620
SetToolStripState(
STATE_LOCATIONCHANGING
, false);
2638
SetToolStripState(
STATE_LOCATIONCHANGING
, false);