1 write to
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (1)
312this[index] = (int)value;
3 references to
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (2)
302return this[index]; 324destination.SetValue(this[i], i + index);
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.CustomTabOffsetsEnumerator.cs (1)
67return _items[_current];