17 references to Remove
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (1)
238Remove((int)value);
System.Windows.Forms.Tests (16)
System\Windows\Forms\ListBox.IntegerCollectionTests.cs (16)
1109collection.Remove(2); 1116collection.Remove(3); 1123collection.Remove(1); 1130collection.Remove(0); 1153collection.Remove(2); 1160collection.Remove(3); 1167collection.Remove(1); 1174collection.Remove(0); 1204collection.Remove(2); 1214collection.Remove(3); 1224collection.Remove(1); 1234collection.Remove(0); 1267collection.Remove(2); 1277collection.Remove(3); 1287collection.Remove(1); 1297collection.Remove(0);