1 write to _inputManager
PresentationCore (1)
System\Windows\Input\KeyboardDevice.cs (1)
19_inputManager = inputManager;
13 references to _inputManager
PresentationCore (13)
System\Windows\Input\KeyboardDevice.cs (13)
20_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput); 21_inputManager.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput); 22_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 280_inputManager?.ProcessInput(previewLostFocus); 299_inputManager?.ProcessInput(previewGotFocus); 324_inputManager?.ProcessInput(acquireFocus); 336_inputManager?.ProcessInput(acquireFocus); 473_inputManager?.ProcessInput(lostFocus); 483_inputManager?.ProcessInput(gotFocus); 734if(_inputManager is not null) 735_inputManager.MostRecentInputDevice = this; 751if(_inputManager is not null) 752_inputManager.MostRecentInputDevice = this;