12 references to handler
System.Windows.Forms.Tests (12)
System\Windows\Forms\DataGridViewElementTests.cs (12)
74control.CellClick += handler; 79control.CellClick -= handler; 126control.CellContentClick += handler; 131control.CellContentClick -= handler; 178control.CellContentDoubleClick += handler; 183control.CellContentDoubleClick -= handler; 230control.CellValueChanged += handler; 235control.CellValueChanged -= handler; 302control.DataError += handler; 307control.DataError -= handler; 354control.MouseWheel += handler; 359control.MouseWheel -= handler;