1 write to _inputManager
PresentationCore (1)
System\Windows\Input\KeyboardDevice.cs (1)
18_inputManager = inputManager;
11 references to _inputManager
PresentationCore (11)
System\Windows\Input\KeyboardDevice.cs (11)
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); 730_inputManager?.MostRecentInputDevice = this; 746_inputManager?.MostRecentInputDevice = this;