29 references to Remove
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (1)
330Remove(tabPage);
System.Windows.Forms.Tests (28)
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (28)
1758collection.Remove(child1); 1805collection.Remove(child1); 4008collection.Remove(value2); 4029collection.Remove(value2); 4050collection.Remove(value1); 4123collection.Remove(value2); 4147collection.Remove(value2); 4174collection.Remove(value1); 4246collection.Remove(value2); 4270collection.Remove(value2); 4294collection.Remove(value1); 4370collection.Remove(value2); 4394collection.Remove(value2); 4421collection.Remove(value1); 4472collection.Remove(value2); 4477collection.Remove(value4); 4482collection.Remove(value1); 4487collection.Remove(value3); 4512collection.Remove(value2); 4517collection.Remove(value4); 4522collection.Remove(value1); 4527collection.Remove(value3); 4552collection.Remove(collection[0]); 4564collection.Remove(value); 4579collection.Remove(value); 4601collection.Remove(page2); 4661collection.Remove(page2); 4693Assert.Throws<ArgumentNullException>("value", () => collection.Remove(null));