1 write to _inputManager
PresentationCore (1)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
33_inputManager = new SecurityCriticalDataClass<InputManager>(inputManager);
19 references to _inputManager
PresentationCore (19)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (19)
34_inputManager.Value.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput); 35_inputManager.Value.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput); 36_inputManager.Value.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 359if(_inputManager != null) 360_inputManager.Value.ProcessInput(previewLostFocus); 377if(_inputManager != null) 378_inputManager.Value.ProcessInput(previewGotFocus); 401if(_inputManager != null) 402_inputManager.Value.ProcessInput(acquireFocus); 412if(_inputManager != null) 413_inputManager.Value.ProcessInput(acquireFocus); 547if(_inputManager != null) 548_inputManager.Value.ProcessInput(lostFocus); 555if(_inputManager!=null) 556_inputManager.Value.ProcessInput(gotFocus); 824if(_inputManager!=null) 825_inputManager.Value.MostRecentInputDevice = this; 841if(_inputManager!=null) 842_inputManager.Value.MostRecentInputDevice = this;