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