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)
1756collection.Remove(child1); 1803collection.Remove(child1); 4006collection.Remove(value2); 4027collection.Remove(value2); 4048collection.Remove(value1); 4121collection.Remove(value2); 4145collection.Remove(value2); 4172collection.Remove(value1); 4244collection.Remove(value2); 4268collection.Remove(value2); 4292collection.Remove(value1); 4368collection.Remove(value2); 4392collection.Remove(value2); 4419collection.Remove(value1); 4470collection.Remove(value2); 4475collection.Remove(value4); 4480collection.Remove(value1); 4485collection.Remove(value3); 4510collection.Remove(value2); 4515collection.Remove(value4); 4520collection.Remove(value1); 4525collection.Remove(value3); 4550collection.Remove(collection[0]); 4562collection.Remove(value); 4577collection.Remove(value); 4599collection.Remove(page2); 4659collection.Remove(page2); 4691Assert.Throws<ArgumentNullException>("value", () => collection.Remove(null));