1 write to globalID
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
456globalID++;
3 references to globalID
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NativeWindow.cs (3)
453NativeWindow.hashForIdHandle[NativeWindow.globalID] = handle; 454NativeWindow.hashForHandleId[handle] = NativeWindow.globalID; 455UnsafeNativeMethods.SetWindowLong(new HandleRef(wrapper, handle), NativeMethods.GWL_ID, new HandleRef(wrapper, (IntPtr)globalID));