7 references to RowHeadersDefaultCellStyle
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
3311DataGridViewCellStyle cs = RowHeadersDefaultCellStyle; 3319DataGridViewCellStyleDifferences dgvcsc = cs.GetDifferencesFrom(RowHeadersDefaultCellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
15093if (_dataGridViewState1[State1_AmbientRowHeadersFont] && RowHeadersDefaultCellStyle.Font != base.Font) 15095RowHeadersDefaultCellStyle.Font = base.Font; 28147return !RowHeadersDefaultCellStyle.Equals(DefaultRowHeadersDefaultCellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
609DataGridViewCellStyle rowHeadersStyle = DataGridView!.RowHeadersDefaultCellStyle;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
318DataGridViewCellStyle rowHeadersStyle = DataGridView.RowHeadersDefaultCellStyle;