1 instantiation of DifferentHeightComboBox
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxItemAccessibleObjectTests.cs (1)
449using DifferentHeightComboBox comboBox = new();
3 references to DifferentHeightComboBox
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 449using DifferentHeightComboBox comboBox = new();