3 references to s_propDropDownHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
482
get => Properties.TryGetValue(
s_propDropDownHeight
, out int dropDownHeight)
490
if (Properties.GetValueOrDefault<int>(
s_propDropDownHeight
) != value)
492
Properties.AddValue(
s_propDropDownHeight
, value);