1 write to runtimeId
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
2050
runtimeId
= new int[3];
5 references to runtimeId
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewRow.cs (5)
2048
if (AccessibilityImprovements.Level3 &&
runtimeId
== null)
2051
runtimeId
[0] = RuntimeIDFirstItem; // first item is static - 0x2a
2052
runtimeId
[1] = this.Parent.GetHashCode();
2053
runtimeId
[2] = this.GetHashCode();
2056
return
runtimeId
;