1 write to
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
3738
this
[
index] = (int)value;
3 references to
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListBox.cs (3)
3725
return this
[
index];
3751
destination.SetValue(this
[
i], i + index);
3810
return items
[
current];