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