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)
95
private
IntegerCollection
? _customTabOffsets;
1160
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)