Base:
method
Remove
System.Windows.Forms.Control.ControlCollection.Remove(System.Windows.Forms.Control)
5 references to Remove
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolStripContainer.ToolStripContainerTypedControlCollectionTests.cs (5)
60
collection.
Remove
(control);
74
Action act = () => collection.
Remove
(control);
86
collection.
Remove
(panel);
99
Action act = () => collection.
Remove
(button);
136
collection.
Remove
(panel);