6 references to s_propDropDownWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
450
get => Properties.TryGetValue(
s_propDropDownWidth
, out int dropDownWidth)
458
if (Properties.GetValueOrDefault<int>(
s_propDropDownWidth
) != value)
460
Properties.AddValue(
s_propDropDownWidth
, value);
2388
if (Properties.TryGetValue(
s_propDropDownWidth
, out int dropDownWidth))
3193
Properties.RemoveValue(
s_propDropDownWidth
);
3422
internal bool ShouldSerializeDropDownWidth() => Properties.ContainsKey(
s_propDropDownWidth
);