3 writes to _restoreFocusWindow
PresentationCore (3)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (3)
60
_restoreFocusWindow
= IntPtr.Zero;
336
_restoreFocusWindow
= GetImmediateChildFor((IntPtr)wParam, _source.Handle);
462
_restoreFocusWindow
= IntPtr.Zero;
3 references to _restoreFocusWindow
PresentationCore (3)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (3)
344
if (
_restoreFocusWindow
== IntPtr.Zero)
459
if (
_restoreFocusWindow
!= IntPtr.Zero)
461
IntPtr hwndRestoreFocus =
_restoreFocusWindow
;