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