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)
60collection.Remove(control); 74Action act = () => collection.Remove(control); 86collection.Remove(panel); 99Action act = () => collection.Remove(button); 136collection.Remove(panel);