2 references to s_propStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1044
get => Properties.GetValueOrDefault(
s_propStyle
, ComboBoxStyle.DropDown);
1064
Properties.AddOrRemoveValue(
s_propStyle
, value, defaultValue: ComboBoxStyle.DropDown);