3 references to PropButtonCellFlatStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (3)
92
int flatStyle = this.Properties.GetInteger(
PropButtonCellFlatStyle
, out found);
108
this.Properties.SetInteger(
PropButtonCellFlatStyle
, (int)value);
121
this.Properties.SetInteger(
PropButtonCellFlatStyle
, (int)value);