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