8 references to ControlRemoved
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolStripDropDownTests.cs (3)
3213
control.
ControlRemoved
+= (sender, e) => controlRemovedCallCount++;
3486
control.
ControlRemoved
+= (sender, e) => controlRemovedCallCount++;
3567
control.
ControlRemoved
+= (sender, e) => controlRemovedCallCount++;
System\Windows\Forms\ToolStripTests.cs (5)
4472
control.
ControlRemoved
+= (sender, e) => controlRemovedCallCount++;
4640
control.
ControlRemoved
+= (sender, e) => controlRemovedCallCount++;
4721
control.
ControlRemoved
+= (sender, e) => controlRemovedCallCount++;
5074
control.
ControlRemoved
+= handler;
5079
control.
ControlRemoved
-= handler;