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);
734
if(
_inputManager
is not null)
735
_inputManager
.MostRecentInputDevice = this;
751
if(
_inputManager
is not null)
752
_inputManager
.MostRecentInputDevice = this;