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