1 write to hashForHandleId
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
130
hashForHandleId
= new Dictionary<IntPtr, short>();
3 references to hashForHandleId
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NativeWindow.cs (3)
454
NativeWindow.
hashForHandleId
[handle] = NativeWindow.globalID;
1284
short id = (short)NativeWindow.
hashForHandleId
[handle];
1285
NativeWindow.
hashForHandleId
.Remove(handle);