2 writes to lastVersion
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListBox.cs (2)
4128this.lastVersion = -1; 4163lastVersion = InnerArray.Version;
1 reference to lastVersion
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
4162if (lastVersion != InnerArray.Version) {