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