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