1 write to _inputManager
PresentationCore (1)
System\Windows\Input\KeyboardDevice.cs (1)
30_inputManager = inputManager;
13 references to _inputManager
PresentationCore (13)
System\Windows\Input\KeyboardDevice.cs (13)
31_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput); 32_inputManager.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput); 33_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 290_inputManager?.ProcessInput(previewLostFocus); 307_inputManager?.ProcessInput(previewGotFocus); 330_inputManager?.ProcessInput(acquireFocus); 340_inputManager?.ProcessInput(acquireFocus); 475_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;