3 writes to _restoreFocusWindow
PresentationCore (3)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (3)
61_restoreFocusWindow = IntPtr.Zero; 337_restoreFocusWindow = GetImmediateChildFor((IntPtr)wParam, _source.Handle); 463_restoreFocusWindow = IntPtr.Zero;
3 references to _restoreFocusWindow
PresentationCore (3)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (3)
345if (_restoreFocusWindow == IntPtr.Zero) 460if (_restoreFocusWindow != IntPtr.Zero) 462IntPtr hwndRestoreFocus = _restoreFocusWindow;