4 references to STATE_ALLOWMERGE
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
210SetToolStripState(STATE_USEDEFAULTRENDERER | STATE_ALLOWMERGE, true); 424get { return GetToolStripState(STATE_ALLOWMERGE); } 426if (GetToolStripState(STATE_ALLOWMERGE) != value) { 427SetToolStripState(STATE_ALLOWMERGE, value);