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