3 writes to _restoreFocusWindow
PresentationCore (3)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (3)
67_restoreFocusWindow = IntPtr.Zero; 343_restoreFocusWindow = GetImmediateChildFor((IntPtr)wParam, _source.CriticalHandle); 469_restoreFocusWindow = IntPtr.Zero;
3 references to _restoreFocusWindow
PresentationCore (3)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (3)
351if (_restoreFocusWindow == IntPtr.Zero) 466if (_restoreFocusWindow != IntPtr.Zero) 468IntPtr hwndRestoreFocus = _restoreFocusWindow;