1 write to _inputManager
PresentationCore (1)
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
56
_inputManager
= InputManager.UnsecureCurrent;
10 references to _inputManager
PresentationCore (10)
Core\CSharp\System\Windows\Input\TouchDevice.cs (10)
76
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
77
_inputManager
.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync);
87
_inputManager
.PostProcessInput -= new ProcessInputEventHandler(PostProcessInput);
88
_inputManager
.HitTestInvalidatedAsync -= new EventHandler(OnHitTestInvalidatedAsync);
665
_inputManager
.ProcessInput(e);
679
_inputManager
.ProcessInput(e);
1016
_inputManager
.ProcessInput(touchEventArgs);
1036
_inputManager
.ProcessInput(e);
1053
_inputManager
.ProcessInput(e);
1070
_inputManager
.ProcessInput(e);