2 writes to IntegralHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
473IntegralHeight = false;
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
198set { ComboBox.IntegralHeight = value; }
1 reference to IntegralHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
197get { return ComboBox.IntegralHeight; }