1 write to _inputManager
PresentationCore (1)
System\Windows\Input\KeyboardDevice.cs (1)
18
_inputManager
= inputManager;
13 references to _inputManager
PresentationCore (13)
System\Windows\Input\KeyboardDevice.cs (13)
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
if(
_inputManager
is not null)
731
_inputManager
.MostRecentInputDevice = this;
747
if(
_inputManager
is not null)
748
_inputManager
.MostRecentInputDevice = this;