8 references to ControlRemoved
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolStripDropDownTests.cs (3)
3211
control.
ControlRemoved
+= (sender, e) => controlRemovedCallCount++;
3484
control.
ControlRemoved
+= (sender, e) => controlRemovedCallCount++;
3565
control.
ControlRemoved
+= (sender, e) => controlRemovedCallCount++;
System\Windows\Forms\ToolStripTests.cs (5)
4470
control.
ControlRemoved
+= (sender, e) => controlRemovedCallCount++;
4638
control.
ControlRemoved
+= (sender, e) => controlRemovedCallCount++;
4719
control.
ControlRemoved
+= (sender, e) => controlRemovedCallCount++;
5072
control.
ControlRemoved
+= handler;
5077
control.
ControlRemoved
-= handler;