1 write to _inputManager
PresentationCore (1)
System\Windows\Input\KeyboardDevice.cs (1)
21
_inputManager
= inputManager;
13 references to _inputManager
PresentationCore (13)
System\Windows\Input\KeyboardDevice.cs (13)
22
_inputManager
.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
23
_inputManager
.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput);
24
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
281
_inputManager
?.ProcessInput(previewLostFocus);
298
_inputManager
?.ProcessInput(previewGotFocus);
321
_inputManager
?.ProcessInput(acquireFocus);
331
_inputManager
?.ProcessInput(acquireFocus);
466
_inputManager
?.ProcessInput(lostFocus);
474
_inputManager
?.ProcessInput(gotFocus);
725
if(
_inputManager
is not null)
726
_inputManager
.MostRecentInputDevice = this;
742
if(
_inputManager
is not null)
743
_inputManager
.MostRecentInputDevice = this;