1 write to Style
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1150dataGridViewCell.Style = new DataGridViewCellStyle(this.Style);
10 references to Style
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridViewCell.cs (6)
816dgvcs = this.Style; 829(dgvcs != null && value != null && !dgvcs.Equals(this.Style))) && this.DataGridView != null) 1150dataGridViewCell.Style = new DataGridViewCellStyle(this.Style); 2190cellStyle = this.Style; 3479this.Style.RemoveScope(DataGridViewCellStyleScopes.Cell); 3483this.Style.AddScope(this.DataGridView, DataGridViewCellStyleScopes.Cell);
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
326cellStyle = this.Style;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
2831cellStyle = cell.Style;
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
687cellStyle = this.HeaderCell.Style;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
452cellStyle = this.Style;