3 references to s_propDropDownHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
457
get => Properties.TryGetValue(
s_propDropDownHeight
, out int dropDownHeight) ? dropDownHeight : DefaultDropDownHeight;
462
if (Properties.GetValueOrDefault<int>(
s_propDropDownHeight
) != value)
464
Properties.AddValue(
s_propDropDownHeight
, value);