1 write to _inputManager
PresentationCore (1)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
33
_inputManager
= new SecurityCriticalDataClass<InputManager>(inputManager);
19 references to _inputManager
PresentationCore (19)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (19)
34
_inputManager
.Value.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
35
_inputManager
.Value.PreNotifyInput += new NotifyInputEventHandler(PreNotifyInput);
36
_inputManager
.Value.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
359
if(
_inputManager
!= null)
360
_inputManager
.Value.ProcessInput(previewLostFocus);
377
if(
_inputManager
!= null)
378
_inputManager
.Value.ProcessInput(previewGotFocus);
401
if(
_inputManager
!= null)
402
_inputManager
.Value.ProcessInput(acquireFocus);
412
if(
_inputManager
!= null)
413
_inputManager
.Value.ProcessInput(acquireFocus);
547
if(
_inputManager
!= null)
548
_inputManager
.Value.ProcessInput(lostFocus);
555
if(
_inputManager
!=null)
556
_inputManager
.Value.ProcessInput(gotFocus);
824
if(
_inputManager
!=null)
825
_inputManager
.Value.MostRecentInputDevice = this;
841
if(
_inputManager
!=null)
842
_inputManager
.Value.MostRecentInputDevice = this;