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