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