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