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