3 writes to _restoreFocusWindow
PresentationCore (3)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (3)
61
_restoreFocusWindow
= IntPtr.Zero;
337
_restoreFocusWindow
= GetImmediateChildFor((IntPtr)wParam, _source.Handle);
463
_restoreFocusWindow
= IntPtr.Zero;
3 references to _restoreFocusWindow
PresentationCore (3)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (3)
345
if (
_restoreFocusWindow
== IntPtr.Zero)
460
if (
_restoreFocusWindow
!= IntPtr.Zero)
462
IntPtr hwndRestoreFocus =
_restoreFocusWindow
;