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