2 writes to focusedHwnd
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
4291focusedHwnd = activatingControl.Handle; 4294focusedHwnd = UnsafeNativeMethods.GetFocus();
3 references to focusedHwnd
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (3)
4317if (focusedHwnd != IntPtr.Zero && UnsafeNativeMethods.IsWindow(new HandleRef(null, focusedHwnd))) { 4318UnsafeNativeMethods.SetFocus(new HandleRef(null, focusedHwnd));