6 references to s_propDropDownWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
431get => Properties.TryGetValue(s_propDropDownWidth, out int dropDownWidth) ? dropDownWidth : Width; 436if (Properties.GetValueOrDefault<int>(s_propDropDownWidth) != value) 438Properties.AddValue(s_propDropDownWidth, value); 2306if (Properties.TryGetValue(s_propDropDownWidth, out int dropDownWidth)) 3091Properties.RemoveValue(s_propDropDownWidth); 3320internal bool ShouldSerializeDropDownWidth() => Properties.ContainsKey(s_propDropDownWidth);