6 references to s_propDropDownWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
452
get => Properties.TryGetValue(
s_propDropDownWidth
, out int dropDownWidth)
460
if (Properties.GetValueOrDefault<int>(
s_propDropDownWidth
) != value)
462
Properties.AddValue(
s_propDropDownWidth
, value);
2392
if (Properties.TryGetValue(
s_propDropDownWidth
, out int dropDownWidth))
3206
Properties.RemoveValue(
s_propDropDownWidth
);
3435
internal bool ShouldSerializeDropDownWidth() => Properties.ContainsKey(
s_propDropDownWidth
);