1 write to _focusedHwnd
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadWindows.cs (1)
63_focusedHwnd = activatingControl is not null ? activatingControl.HWND : PInvoke.GetFocus();
3 references to _focusedHwnd
System.Windows.Forms (3)
System\Windows\Forms\Application.ThreadWindows.cs (3)
89if (!_focusedHwnd.IsNull && PInvoke.IsWindow(_focusedHwnd)) 91PInvoke.SetFocus(_focusedHwnd);