1 instantiation of IntegerCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1164_customTabOffsets ??= new IntegerCollection(this);
5 references to IntegerCollection
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
95private IntegerCollection? _customTabOffsets; 1160public 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)