1 write to _inputManager
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
32
_inputManager
= InputManager.UnsecureCurrent;
10 references to _inputManager
PresentationCore (10)
System\Windows\Input\TouchDevice.cs (10)
47
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
48
_inputManager
.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync);
53
_inputManager
.PostProcessInput -= new ProcessInputEventHandler(PostProcessInput);
54
_inputManager
.HitTestInvalidatedAsync -= new EventHandler(OnHitTestInvalidatedAsync);
606
_inputManager
.ProcessInput(e);
615
_inputManager
.ProcessInput(e);
934
_inputManager
.ProcessInput(touchEventArgs);
949
_inputManager
.ProcessInput(e);
961
_inputManager
.ProcessInput(e);
973
_inputManager
.ProcessInput(e);