3 references to STATE_ALLOWITEMREORDER
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
385get { return GetToolStripState(STATE_ALLOWITEMREORDER); } 387if (GetToolStripState(STATE_ALLOWITEMREORDER) != value) { 391SetToolStripState(STATE_ALLOWITEMREORDER, value);