1 write to _inputManager
PresentationCore (1)
System\Windows\Input\KeyboardDevice.cs (1)
21_inputManager = inputManager;
13 references to _inputManager
PresentationCore (13)
System\Windows\Input\KeyboardDevice.cs (13)
22_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput); 23_inputManager.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput); 24_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 281_inputManager?.ProcessInput(previewLostFocus); 298_inputManager?.ProcessInput(previewGotFocus); 321_inputManager?.ProcessInput(acquireFocus); 331_inputManager?.ProcessInput(acquireFocus); 466_inputManager?.ProcessInput(lostFocus); 474_inputManager?.ProcessInput(gotFocus); 725if(_inputManager is not null) 726_inputManager.MostRecentInputDevice = this; 742if(_inputManager is not null) 743_inputManager.MostRecentInputDevice = this;