3 writes to _activeSource
PresentationCore (3)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (3)
788_activeSource = new SecurityCriticalDataClass<PresentationSource>(keyboardInput.InputSource); 795_activeSource = new SecurityCriticalDataClass<PresentationSource>(keyboardInput.InputSource); 1056_activeSource = null;
11 references to _activeSource
PresentationCore (11)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (11)
109if (_activeSource != null) 111return _activeSource.Value; 173if(oFocus == null && _activeSource != null) 175oFocus = _activeSource.Value.RootVisual as DependencyObject; 718if(moveFocusTo == null && _activeSource != null) 720moveFocusTo = _activeSource.Value.RootVisual as DependencyObject; 785if(_activeSource == null) 790else if(_activeSource.Value != keyboardInput.InputSource) 792IKeyboardInputProvider toDeactivate = _activeSource.Value.GetInputProvider(typeof(KeyboardDevice)) as IKeyboardInputProvider; 1130return _activeSource != null && _activeSource.Value != null;