1 write to hashForIdHandle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
129hashForIdHandle = new Dictionary<short, IntPtr>();
4 references to hashForIdHandle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NativeWindow.cs (4)
453NativeWindow.hashForIdHandle[NativeWindow.globalID] = handle; 1021if (NativeWindow.hashForIdHandle == null || !NativeWindow.hashForIdHandle.TryGetValue(id, out handle)) { 1286NativeWindow.hashForIdHandle.Remove(id);