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)
404
if (
_restoreFocusWindow
== IntPtr.Zero)
525
if (
_restoreFocusWindow
!= IntPtr.Zero)
527
IntPtr hwndRestoreFocus =
_restoreFocusWindow
;