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