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)
16
var collection = new ListBox.
IntegerCollection
(owner);
24
Assert.Throws<ArgumentNullException>("owner", () => new ListBox.
IntegerCollection
(null));
31
ICollection collection = new ListBox.
IntegerCollection
(owner);
41
IList collection = new ListBox.
IntegerCollection
(owner);
53
var collection = new ListBox.
IntegerCollection
(owner);
68
var collection = new ListBox.
IntegerCollection
(owner);
79
var collection = new ListBox.
IntegerCollection
(owner)
90
var collection = new ListBox.
IntegerCollection
(owner);
142
var collection = new ListBox.
IntegerCollection
(owner);
229
var collection = new ListBox.
IntegerCollection
(owner);
240
var collection = new ListBox.
IntegerCollection
(owner)
259
var collection = new ListBox.
IntegerCollection
(owner);
345
var collection = new ListBox.
IntegerCollection
(owner);
469
var collection = new ListBox.
IntegerCollection
(owner);
525
var collection = new ListBox.
IntegerCollection
(owner);
607
var collection = new ListBox.
IntegerCollection
(owner);
610
var otherCollection = new ListBox.
IntegerCollection
(otherOwner);
641
var otherCollection = new ListBox.
IntegerCollection
(otherOwner);
669
var collection = new ListBox.
IntegerCollection
(owner);
679
var otherCollection = new ListBox.
IntegerCollection
(otherOwner);
723
var otherCollection = new ListBox.
IntegerCollection
(otherOwner);
749
var collection = new ListBox.
IntegerCollection
(owner);
758
var collection = new ListBox.
IntegerCollection
(owner);
768
var collection = new ListBox.
IntegerCollection
(owner)
790
var collection = new ListBox.
IntegerCollection
(owner);
832
var collection = new ListBox.
IntegerCollection
(owner)
880
var collection = new ListBox.
IntegerCollection
(owner);
950
var collection = new ListBox.
IntegerCollection
(owner);
1022
var collection = new ListBox.
IntegerCollection
(owner);
1032
var collection = new ListBox.
IntegerCollection
(owner)
1046
var collection = new ListBox.
IntegerCollection
(owner);
1054
var collection = new ListBox.
IntegerCollection
(owner)
1065
var collection = new ListBox.
IntegerCollection
(owner);
1075
var collection = new ListBox.
IntegerCollection
(owner)
1105
var collection = new ListBox.
IntegerCollection
(owner);
1193
var collection = new ListBox.
IntegerCollection
(owner);
1319
var collection = new ListBox.
IntegerCollection
(owner);
1393
var collection = new ListBox.
IntegerCollection
(owner);
1494
var collection = new ListBox.
IntegerCollection
(owner);
1505
var collection = new ListBox.
IntegerCollection
(owner)
1516
IList collection = new ListBox.
IntegerCollection
(owner)
1536
IList collection = new ListBox.
IntegerCollection
(owner);
1547
IList collection = new ListBox.
IntegerCollection
(owner)
1558
IList collection = new ListBox.
IntegerCollection
(owner)
1618
IList collection = new ListBox.
IntegerCollection
(owner)
1713
IList collection = new ListBox.
IntegerCollection
(owner);
1724
IList collection = new ListBox.
IntegerCollection
(owner)
1741
IList collection = new ListBox.
IntegerCollection
(owner);
1757
IList collection = new ListBox.
IntegerCollection
(owner);
1843
IList collection = new ListBox.
IntegerCollection
(owner);
1961
IList collection = new ListBox.
IntegerCollection
(owner);
1969
IList collection = new ListBox.
IntegerCollection
(owner);
1981
IList collection = new ListBox.
IntegerCollection
(owner)
2007
IList collection = new ListBox.
IntegerCollection
(owner);
2049
IList collection = new ListBox.
IntegerCollection
(owner)
2097
IList collection = new ListBox.
IntegerCollection
(owner);
2167
IList collection = new ListBox.
IntegerCollection
(owner);
2239
IList collection = new ListBox.
IntegerCollection
(owner);
2262
IList collection = new ListBox.
IntegerCollection
(owner)
2291
IList collection = new ListBox.
IntegerCollection
(owner);
2303
IList collection = new ListBox.
IntegerCollection
(owner)
2337
IList collection = new ListBox.
IntegerCollection
(owner)
2433
IList collection = new ListBox.
IntegerCollection
(owner)
2561
IList collection = new ListBox.
IntegerCollection
(owner);
2577
IList collection = new ListBox.
IntegerCollection
(owner)
2659
IList collection = new ListBox.
IntegerCollection
(owner)
2768
IList collection = new ListBox.
IntegerCollection
(owner);
2779
IList collection = new ListBox.
IntegerCollection
(owner)
59 references to IntegerCollection
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
95
private
IntegerCollection
? _customTabOffsets;
1162
public
IntegerCollection
CustomTabOffsets
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (1)
166
public void AddRange(
IntegerCollection
value)
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.CustomTabOffsetsEnumerator.cs (2)
18
private readonly
IntegerCollection
_items;
24
public CustomTabOffsetsEnumerator(
IntegerCollection
items)
System.Windows.Forms.Tests (54)
System\Windows\Forms\ListBox.IntegerCollectionTests.cs (54)
16
var
collection = new ListBox.IntegerCollection(owner);
53
var
collection = new ListBox.IntegerCollection(owner);
68
var
collection = new ListBox.IntegerCollection(owner);
79
var
collection = new ListBox.IntegerCollection(owner)
90
var
collection = new ListBox.IntegerCollection(owner);
116
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
142
var
collection = new ListBox.IntegerCollection(owner);
184
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
229
var
collection = new ListBox.IntegerCollection(owner);
240
var
collection = new ListBox.IntegerCollection(owner)
259
var
collection = new ListBox.IntegerCollection(owner);
302
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
345
var
collection = new ListBox.IntegerCollection(owner);
407
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
469
var
collection = new ListBox.IntegerCollection(owner);
497
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
525
var
collection = new ListBox.IntegerCollection(owner);
566
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
607
var
collection = new ListBox.IntegerCollection(owner);
610
var
otherCollection = new ListBox.IntegerCollection(otherOwner);
638
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
641
var
otherCollection = new ListBox.IntegerCollection(otherOwner);
669
var
collection = new ListBox.IntegerCollection(owner);
679
var
otherCollection = new ListBox.IntegerCollection(otherOwner);
713
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
723
var
otherCollection = new ListBox.IntegerCollection(otherOwner);
749
var
collection = new ListBox.IntegerCollection(owner);
751
Assert.Throws<ArgumentNullException>("items", () => collection.AddRange((ListBox.
IntegerCollection
)null));
758
var
collection = new ListBox.IntegerCollection(owner);
768
var
collection = new ListBox.IntegerCollection(owner)
790
var
collection = new ListBox.IntegerCollection(owner);
811
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
832
var
collection = new ListBox.IntegerCollection(owner)
857
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
880
var
collection = new ListBox.IntegerCollection(owner);
915
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
950
var
collection = new ListBox.IntegerCollection(owner);
986
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
1022
var
collection = new ListBox.IntegerCollection(owner);
1032
var
collection = new ListBox.IntegerCollection(owner)
1046
var
collection = new ListBox.IntegerCollection(owner);
1054
var
collection = new ListBox.IntegerCollection(owner)
1065
var
collection = new ListBox.IntegerCollection(owner);
1075
var
collection = new ListBox.IntegerCollection(owner)
1105
var
collection = new ListBox.IntegerCollection(owner);
1149
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
1193
var
collection = new ListBox.IntegerCollection(owner);
1256
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
1319
var
collection = new ListBox.IntegerCollection(owner);
1356
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
1393
var
collection = new ListBox.IntegerCollection(owner);
1446
ListBox.
IntegerCollection
collection = owner.CustomTabOffsets;
1494
var
collection = new ListBox.IntegerCollection(owner);
1505
var
collection = new ListBox.IntegerCollection(owner)