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