3 writes to _restoreFocusWindow
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (3)
102_restoreFocusWindow = IntPtr.Zero; 396_restoreFocusWindow = GetImmediateChildFor((IntPtr)wParam, _source.Value.CriticalHandle); 528_restoreFocusWindow = IntPtr.Zero;
3 references to _restoreFocusWindow
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (3)
404if (_restoreFocusWindow == IntPtr.Zero) 525if (_restoreFocusWindow != IntPtr.Zero) 527IntPtr hwndRestoreFocus = _restoreFocusWindow;