2 writes to IntegralHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
585IntegralHeight = false;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
340set { ComboBox.IntegralHeight = value;}
1 reference to IntegralHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
339get { return ComboBox.IntegralHeight; }