1 write to runtimeId
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1937
runtimeId
= new int[2];
4 references to runtimeId
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (4)
1936
if (
runtimeId
== null) {
1938
runtimeId
[0] = RuntimeIDFirstItem; // first item is static - 0x2a
1939
runtimeId
[1] = this.GetHashCode();
1942
return
runtimeId
;