1 instantiation of IntegerCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
1194
customTabOffsets = new
IntegerCollection
(this);
5 references to IntegerCollection
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListBox.cs (5)
128
private
IntegerCollection
customTabOffsets;
1191
public
IntegerCollection
CustomTabOffsets {
3578
public void AddRange(
IntegerCollection
value) {
3768
private
IntegerCollection
items;
3774
public CustomTabOffsetsEnumerator(
IntegerCollection
items) {