4 references to STATE_ALLOWMERGE
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
135SetToolStripState(STATE_USEDEFAULTRENDERER | STATE_ALLOWMERGE, true); 336get { return GetToolStripState(STATE_ALLOWMERGE); } 339if (GetToolStripState(STATE_ALLOWMERGE) != value) 341SetToolStripState(STATE_ALLOWMERGE, value);