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