1 write to runtimeId
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5435
runtimeId
= new int[2];
4 references to runtimeId
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCell.cs (4)
5433
if (
runtimeId
== null)
5436
runtimeId
[0] = RuntimeIDFirstItem; // first item is static - 0x2a
5437
runtimeId
[1] = this.GetHashCode();
5440
return
runtimeId
;