3 references to s_propComboBoxCellFlatStyle
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
346
get => Properties.GetValueOrDefault(
s_propComboBoxCellFlatStyle
, FlatStyle.Standard);
351
FlatStyle originalValue = Properties.AddOrRemoveValue(
s_propComboBoxCellFlatStyle
, value, defaultValue: FlatStyle.Standard);
364
Properties.AddOrRemoveValue(
s_propComboBoxCellFlatStyle
, value, defaultValue: FlatStyle.Standard);