1 write to FlatStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
154this.CheckBoxCellTemplate.FlatStyle = value;
18 references to FlatStyle
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (17)
295if (value != this.FlatStyle) 308if (value != this.FlatStyle) 502dataGridViewCell.FlatStyleInternal = this.FlatStyle; 769switch (this.FlatStyle) 806switch (this.FlatStyle) 1017(this.DataGridView.ApplyVisualStylesToInnerCells || this.FlatStyle == FlatStyle.Flat || this.FlatStyle == FlatStyle.Popup)) 1043if (this.DataGridView.ApplyVisualStylesToInnerCells || this.FlatStyle == FlatStyle.Flat || this.FlatStyle == FlatStyle.Popup) 1264switch (this.FlatStyle) 1281switch (this.FlatStyle) 1329if (this.DataGridView.ApplyVisualStylesToInnerCells && this.FlatStyle != FlatStyle.Flat && this.FlatStyle != FlatStyle.Popup) 1342if (this.FlatStyle == FlatStyle.System || this.FlatStyle == FlatStyle.Standard) 1358else if (this.FlatStyle == FlatStyle.Flat) 1461Debug.Assert(this.FlatStyle == FlatStyle.Popup);
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
148return this.CheckBoxCellTemplate.FlatStyle;