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