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)
351
if (
_restoreFocusWindow
== IntPtr.Zero)
466
if (
_restoreFocusWindow
!= IntPtr.Zero)
468
IntPtr hwndRestoreFocus =
_restoreFocusWindow
;