1 write to _inputManager
PresentationCore (1)
System\Windows\Input\KeyboardDevice.cs (1)
18_inputManager = inputManager;
13 references to _inputManager
PresentationCore (13)
System\Windows\Input\KeyboardDevice.cs (13)
19_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput); 20_inputManager.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput); 21_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 279_inputManager?.ProcessInput(previewLostFocus); 298_inputManager?.ProcessInput(previewGotFocus); 323_inputManager?.ProcessInput(acquireFocus); 335_inputManager?.ProcessInput(acquireFocus); 472_inputManager?.ProcessInput(lostFocus); 482_inputManager?.ProcessInput(gotFocus); 730if(_inputManager is not null) 731_inputManager.MostRecentInputDevice = this; 747if(_inputManager is not null) 748_inputManager.MostRecentInputDevice = this;