3 references to s_propButtonCellFlatStyle
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (3)
60
get => Properties.GetValueOrDefault(
s_propButtonCellFlatStyle
, FlatStyle.Standard);
66
Properties.AddOrRemoveValue(
s_propButtonCellFlatStyle
, value, defaultValue: FlatStyle.Standard);
79
Properties.AddValue(
s_propButtonCellFlatStyle
, value);