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