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