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;