2 writes to dataGridView
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (2)
596this.dataGridView = dataGridView; 775this.dataGridView = null;
2 references to dataGridView
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (2)
733if (this.dataGridView != null && this.scope != DataGridViewCellStyleScopes.None) 735this.dataGridView.OnCellStyleContentChanged(this, property);