3 references to PropFlatStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (3)
281
int flatStyle = this.Properties.GetInteger(
PropFlatStyle
, out found);
297
this.Properties.SetInteger(
PropFlatStyle
, (int)value);
310
this.Properties.SetInteger(
PropFlatStyle
, (int)value);