1 write to runtimeId
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2841
runtimeId
= new int[3];
5 references to runtimeId
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (5)
2833
if (
runtimeId
== null) {
2842
runtimeId
[0] = 0x2a;
2843
runtimeId
[1] = (int)(long)owner.GridEntryHost.Handle;
2844
runtimeId
[2] = this.GetHashCode();
2847
return
runtimeId
;