1 write to _inputManager
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
31
_inputManager
= InputManager.UnsecureCurrent;
10 references to _inputManager
PresentationCore (10)
System\Windows\Input\TouchDevice.cs (10)
46
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
47
_inputManager
.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync);
52
_inputManager
.PostProcessInput -= new ProcessInputEventHandler(PostProcessInput);
53
_inputManager
.HitTestInvalidatedAsync -= new EventHandler(OnHitTestInvalidatedAsync);
605
_inputManager
.ProcessInput(e);
614
_inputManager
.ProcessInput(e);
933
_inputManager
.ProcessInput(touchEventArgs);
950
_inputManager
.ProcessInput(e);
962
_inputManager
.ProcessInput(e);
974
_inputManager
.ProcessInput(e);