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