1 write to runtimeId
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
19598
runtimeId
= new int[2];
4 references to runtimeId
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
19597
if (
runtimeId
== null) {
19599
runtimeId
[0] = 0x2a;
19600
runtimeId
[1] = (int)(long)this.Handle;
19603
return
runtimeId
;