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