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