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