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);