6 references to s_propDropDownWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
445get => Properties.TryGetValue(s_propDropDownWidth, out int dropDownWidth) ? dropDownWidth : Width; 450if (Properties.GetValueOrDefault<int>(s_propDropDownWidth) != value) 452Properties.AddValue(s_propDropDownWidth, value); 2317if (Properties.TryGetValue(s_propDropDownWidth, out int dropDownWidth)) 3088Properties.RemoveValue(s_propDropDownWidth); 3317internal bool ShouldSerializeDropDownWidth() => Properties.ContainsKey(s_propDropDownWidth);