1 write to _inputManager
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
44
_inputManager
= InputManager.UnsecureCurrent;
10 references to _inputManager
PresentationCore (10)
System\Windows\Input\TouchDevice.cs (10)
59
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
60
_inputManager
.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync);
65
_inputManager
.PostProcessInput -= new ProcessInputEventHandler(PostProcessInput);
66
_inputManager
.HitTestInvalidatedAsync -= new EventHandler(OnHitTestInvalidatedAsync);
618
_inputManager
.ProcessInput(e);
627
_inputManager
.ProcessInput(e);
946
_inputManager
.ProcessInput(touchEventArgs);
961
_inputManager
.ProcessInput(e);
973
_inputManager
.ProcessInput(e);
985
_inputManager
.ProcessInput(e);