1 write to FlatStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (1)
96((DataGridViewButtonCell)this.CellTemplate).FlatStyle = value;
20 references to FlatStyle
System.Windows.Forms (20)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (19)
106if (value != this.FlatStyle) 119if (value != this.FlatStyle) 202dataGridViewCell.FlatStyleInternal = this.FlatStyle; 585(this.DataGridView.ApplyVisualStylesToInnerCells || this.FlatStyle == FlatStyle.Flat || this.FlatStyle == FlatStyle.Popup)) 611if (this.DataGridView.ApplyVisualStylesToInnerCells || this.FlatStyle == FlatStyle.Flat || this.FlatStyle == FlatStyle.Popup) 759if (this.FlatStyle == FlatStyle.Standard || this.FlatStyle == FlatStyle.System) 799else if (this.FlatStyle == FlatStyle.Flat) 867Debug.Assert(this.FlatStyle == FlatStyle.Popup, "FlatStyle.Popup is the last flat style"); 942if (this.FlatStyle == FlatStyle.System || this.FlatStyle == FlatStyle.Standard) 946else if (this.FlatStyle == FlatStyle.Flat) 979Debug.Assert(this.FlatStyle == FlatStyle.Popup, "FlatStyle.Popup is the last flat style"); 1018this.FlatStyle != FlatStyle.Flat && this.FlatStyle != FlatStyle.Popup) 1029(this.FlatStyle == FlatStyle.System || this.FlatStyle == FlatStyle.Standard))
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (1)
90return ((DataGridViewButtonCell) this.CellTemplate).FlatStyle;