1 write to runtimeId
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (1)
258
runtimeId
= new int[2];
4 references to runtimeId
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (4)
256
if (
runtimeId
== null)
259
runtimeId
[0] = RuntimeIDFirstItem; // first item is static - 0x2a
260
runtimeId
[1] = this.GetHashCode();
263
return
runtimeId
;