1 write to runtimeId
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4145runtimeId = new int[2];
4 references to runtimeId
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripItem.cs (4)
4138if (runtimeId == null) { 4146runtimeId[0] = AccessibilityImprovements.Level3 ? NativeMethods.UiaAppendRuntimeId : 0x2a; 4147runtimeId[1] = ownerItem.GetHashCode(); 4149return runtimeId;