1 write to runtimeId
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (1)
112
runtimeId
= new int[3];
5 references to runtimeId
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (5)
110
if (AccessibilityImprovements.Level3 &&
runtimeId
== null)
113
runtimeId
[0] = RuntimeIDFirstItem; // first item is static - 0x2a
114
runtimeId
[1] = this.Parent.GetHashCode();
115
runtimeId
[2] = this.GetHashCode();
118
return
runtimeId
;