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