69 instantiations of IntegerCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1166_customTabOffsets ??= new IntegerCollection(this);
System.Windows.Forms.Tests (68)
System\Windows\Forms\ListBox.IntegerCollectionTests.cs (68)
14var collection = new ListBox.IntegerCollection(owner); 22Assert.Throws<ArgumentNullException>("owner", () => new ListBox.IntegerCollection(null)); 29ICollection collection = new ListBox.IntegerCollection(owner); 39IList collection = new ListBox.IntegerCollection(owner); 51var collection = new ListBox.IntegerCollection(owner); 66var collection = new ListBox.IntegerCollection(owner); 77var collection = new ListBox.IntegerCollection(owner) 88var collection = new ListBox.IntegerCollection(owner); 140var collection = new ListBox.IntegerCollection(owner); 227var collection = new ListBox.IntegerCollection(owner); 238var collection = new ListBox.IntegerCollection(owner) 257var collection = new ListBox.IntegerCollection(owner); 343var collection = new ListBox.IntegerCollection(owner); 467var collection = new ListBox.IntegerCollection(owner); 523var collection = new ListBox.IntegerCollection(owner); 605var collection = new ListBox.IntegerCollection(owner); 608var otherCollection = new ListBox.IntegerCollection(otherOwner); 639var otherCollection = new ListBox.IntegerCollection(otherOwner); 667var collection = new ListBox.IntegerCollection(owner); 677var otherCollection = new ListBox.IntegerCollection(otherOwner); 721var otherCollection = new ListBox.IntegerCollection(otherOwner); 747var collection = new ListBox.IntegerCollection(owner); 756var collection = new ListBox.IntegerCollection(owner); 766var collection = new ListBox.IntegerCollection(owner) 788var collection = new ListBox.IntegerCollection(owner); 830var collection = new ListBox.IntegerCollection(owner) 878var collection = new ListBox.IntegerCollection(owner); 948var collection = new ListBox.IntegerCollection(owner); 1020var collection = new ListBox.IntegerCollection(owner); 1030var collection = new ListBox.IntegerCollection(owner) 1044var collection = new ListBox.IntegerCollection(owner); 1052var collection = new ListBox.IntegerCollection(owner) 1063var collection = new ListBox.IntegerCollection(owner); 1073var collection = new ListBox.IntegerCollection(owner) 1103var collection = new ListBox.IntegerCollection(owner); 1191var collection = new ListBox.IntegerCollection(owner); 1317var collection = new ListBox.IntegerCollection(owner); 1391var collection = new ListBox.IntegerCollection(owner); 1492var collection = new ListBox.IntegerCollection(owner); 1503var collection = new ListBox.IntegerCollection(owner) 1514IList collection = new ListBox.IntegerCollection(owner) 1534IList collection = new ListBox.IntegerCollection(owner); 1545IList collection = new ListBox.IntegerCollection(owner) 1556IList collection = new ListBox.IntegerCollection(owner) 1616IList collection = new ListBox.IntegerCollection(owner) 1711IList collection = new ListBox.IntegerCollection(owner); 1722IList collection = new ListBox.IntegerCollection(owner) 1739IList collection = new ListBox.IntegerCollection(owner); 1755IList collection = new ListBox.IntegerCollection(owner); 1841IList collection = new ListBox.IntegerCollection(owner); 1959IList collection = new ListBox.IntegerCollection(owner); 1967IList collection = new ListBox.IntegerCollection(owner); 1979IList collection = new ListBox.IntegerCollection(owner) 2005IList collection = new ListBox.IntegerCollection(owner); 2047IList collection = new ListBox.IntegerCollection(owner) 2095IList collection = new ListBox.IntegerCollection(owner); 2165IList collection = new ListBox.IntegerCollection(owner); 2237IList collection = new ListBox.IntegerCollection(owner); 2260IList collection = new ListBox.IntegerCollection(owner) 2289IList collection = new ListBox.IntegerCollection(owner); 2301IList collection = new ListBox.IntegerCollection(owner) 2335IList collection = new ListBox.IntegerCollection(owner) 2431IList collection = new ListBox.IntegerCollection(owner) 2559IList collection = new ListBox.IntegerCollection(owner); 2575IList collection = new ListBox.IntegerCollection(owner) 2657IList collection = new ListBox.IntegerCollection(owner) 2766IList collection = new ListBox.IntegerCollection(owner); 2777IList collection = new ListBox.IntegerCollection(owner)
59 references to IntegerCollection
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
95private IntegerCollection? _customTabOffsets; 1162public IntegerCollection CustomTabOffsets
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (1)
166public void AddRange(IntegerCollection value)
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.CustomTabOffsetsEnumerator.cs (2)
18private readonly IntegerCollection _items; 24public CustomTabOffsetsEnumerator(IntegerCollection items)
System.Windows.Forms.Tests (54)
System\Windows\Forms\ListBox.IntegerCollectionTests.cs (54)
14var collection = new ListBox.IntegerCollection(owner); 51var collection = new ListBox.IntegerCollection(owner); 66var collection = new ListBox.IntegerCollection(owner); 77var collection = new ListBox.IntegerCollection(owner) 88var collection = new ListBox.IntegerCollection(owner); 114ListBox.IntegerCollection collection = owner.CustomTabOffsets; 140var collection = new ListBox.IntegerCollection(owner); 182ListBox.IntegerCollection collection = owner.CustomTabOffsets; 227var collection = new ListBox.IntegerCollection(owner); 238var collection = new ListBox.IntegerCollection(owner) 257var collection = new ListBox.IntegerCollection(owner); 300ListBox.IntegerCollection collection = owner.CustomTabOffsets; 343var collection = new ListBox.IntegerCollection(owner); 405ListBox.IntegerCollection collection = owner.CustomTabOffsets; 467var collection = new ListBox.IntegerCollection(owner); 495ListBox.IntegerCollection collection = owner.CustomTabOffsets; 523var collection = new ListBox.IntegerCollection(owner); 564ListBox.IntegerCollection collection = owner.CustomTabOffsets; 605var collection = new ListBox.IntegerCollection(owner); 608var otherCollection = new ListBox.IntegerCollection(otherOwner); 636ListBox.IntegerCollection collection = owner.CustomTabOffsets; 639var otherCollection = new ListBox.IntegerCollection(otherOwner); 667var collection = new ListBox.IntegerCollection(owner); 677var otherCollection = new ListBox.IntegerCollection(otherOwner); 711ListBox.IntegerCollection collection = owner.CustomTabOffsets; 721var otherCollection = new ListBox.IntegerCollection(otherOwner); 747var collection = new ListBox.IntegerCollection(owner); 749Assert.Throws<ArgumentNullException>("items", () => collection.AddRange((ListBox.IntegerCollection)null)); 756var collection = new ListBox.IntegerCollection(owner); 766var collection = new ListBox.IntegerCollection(owner) 788var collection = new ListBox.IntegerCollection(owner); 809ListBox.IntegerCollection collection = owner.CustomTabOffsets; 830var collection = new ListBox.IntegerCollection(owner) 855ListBox.IntegerCollection collection = owner.CustomTabOffsets; 878var collection = new ListBox.IntegerCollection(owner); 913ListBox.IntegerCollection collection = owner.CustomTabOffsets; 948var collection = new ListBox.IntegerCollection(owner); 984ListBox.IntegerCollection collection = owner.CustomTabOffsets; 1020var collection = new ListBox.IntegerCollection(owner); 1030var collection = new ListBox.IntegerCollection(owner) 1044var collection = new ListBox.IntegerCollection(owner); 1052var collection = new ListBox.IntegerCollection(owner) 1063var collection = new ListBox.IntegerCollection(owner); 1073var collection = new ListBox.IntegerCollection(owner) 1103var collection = new ListBox.IntegerCollection(owner); 1147ListBox.IntegerCollection collection = owner.CustomTabOffsets; 1191var collection = new ListBox.IntegerCollection(owner); 1254ListBox.IntegerCollection collection = owner.CustomTabOffsets; 1317var collection = new ListBox.IntegerCollection(owner); 1354ListBox.IntegerCollection collection = owner.CustomTabOffsets; 1391var collection = new ListBox.IntegerCollection(owner); 1444ListBox.IntegerCollection collection = owner.CustomTabOffsets; 1492var collection = new ListBox.IntegerCollection(owner); 1503var collection = new ListBox.IntegerCollection(owner)