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