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