12 references to handler
System.Windows.Forms.Tests (12)
System\Windows\Forms\DataGridViewElementTests.cs (12)
72control.CellClick += handler; 77control.CellClick -= handler; 124control.CellContentClick += handler; 129control.CellContentClick -= handler; 176control.CellContentDoubleClick += handler; 181control.CellContentDoubleClick -= handler; 228control.CellValueChanged += handler; 233control.CellValueChanged -= handler; 300control.DataError += handler; 305control.DataError -= handler; 352control.MouseWheel += handler; 357control.MouseWheel -= handler;