2 writes to _source
PresentationCore (2)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (2)
26_source = source; 33_source = null;
23 references to _source
PresentationCore (23)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (23)
46return _source.RootVisual == v; 59Debug.Assert( null != _source ); 71HandleRef thisWindow = new HandleRef(this, _source.CriticalHandle); 75if ((windowStyle & NativeMethods.WS_EX_NOACTIVATE) == NativeMethods.WS_EX_NOACTIVATE || _source.IsInExclusiveMenuMode) 132if (!_active && focus == _source.CriticalHandle) 146result = (focus == _source.CriticalHandle); 166if(_source is null) 195if(_source.IsRepeatedKeyboardMessage(hwnd, (int)message, wParam, lParam)) 249if(_source.IsRepeatedKeyboardMessage(hwnd, (int)message, wParam, lParam)) 267if(_source.IsRepeatedKeyboardMessage(hwnd, (int)message, wParam, lParam)) 334if(_active && wParam != _source.CriticalHandle ) 338if(_source.RestoreFocusMode == RestoreFocusMode.Auto) 343_restoreFocusWindow = GetImmediateChildFor((IntPtr)wParam, _source.CriticalHandle); 357if (hwndSource == _source) 379new RawUIStateInputReport(_source, 435HwndSource thisSource = _source; 570RawTextInputReport report = new RawTextInputReport(_source, 706Debug.Assert( null != _source ); 724ReportInput(_source.CriticalHandle, 739Debug.Assert( null != _source ); 746if(hwndSource.Dispatcher == _source.Dispatcher) 811Debug.Assert( null != _source ); 847RawKeyboardInputReport report = new RawKeyboardInputReport(_source,