5 references to GetItemHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
316
public int GetItemHeight(int index) { return ComboBox.
GetItemHeight
(index); }
System.Windows.Forms.Tests (4)
System\Windows\Forms\ComboBoxTests.cs (4)
2623
control.
GetItemHeight
(index).Should().Be(expected);
2655
control.Invoking(y => y.
GetItemHeight
(index))
2663
int itemHeight = control.
GetItemHeight
(index);
2674
control.Invoking(c => c.
GetItemHeight
(0))