5 references to CellStateChanged
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
184_sampleDataGridView.CellStateChanged += sampleDataGridView_CellStateChanged;
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewCellTests.cs (4)
1933control.CellStateChanged += handler; 1951control.CellStateChanged -= handler; 2216control.CellStateChanged += handler; 2234control.CellStateChanged -= handler;