1 write to version
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
2875
this.
version
= items.version;
2 references to version
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListBox.cs (2)
2883
if(
version
!= items.version) throw new InvalidOperationException(SR.GetString(SR.ListEnumVersionMismatch));
2910
if(
version
!= items.version) throw new InvalidOperationException(SR.GetString(SR.ListEnumVersionMismatch));