3 references to GetCustomItemHeight
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxItemAccessibleObjectTests.cs (3)
425
int height = DifferentHeightComboBox.
GetCustomItemHeight
(index);
435
y += DifferentHeightComboBox.
GetCustomItemHeight
(i); // Calculate the sum of heights of all items before the current
484
e.ItemHeight =
GetCustomItemHeight
(e.Index);