3 writes to _restoreFocusWindow
PresentationCore (3)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (3)
60_restoreFocusWindow = IntPtr.Zero; 336_restoreFocusWindow = GetImmediateChildFor((IntPtr)wParam, _source.Handle); 462_restoreFocusWindow = IntPtr.Zero;
3 references to _restoreFocusWindow
PresentationCore (3)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (3)
344if (_restoreFocusWindow == IntPtr.Zero) 459if (_restoreFocusWindow != IntPtr.Zero) 461IntPtr hwndRestoreFocus = _restoreFocusWindow;