2 writes to rowHeadersDefaultCellStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (2)
4210this.rowHeadersDefaultCellStyle = this.DefaultRowHeadersDefaultCellStyle; 4218this.rowHeadersDefaultCellStyle = value;
3 references to rowHeadersDefaultCellStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (3)
4208if (this.rowHeadersDefaultCellStyle == null) 4212return this.rowHeadersDefaultCellStyle; 4221this.rowHeadersDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.RowHeaders);