1 write to _inputManager
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
32_inputManager = InputManager.UnsecureCurrent;
10 references to _inputManager
PresentationCore (10)
System\Windows\Input\TouchDevice.cs (10)
47_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 48_inputManager.HitTestInvalidatedAsync += new EventHandler(OnHitTestInvalidatedAsync); 53_inputManager.PostProcessInput -= new ProcessInputEventHandler(PostProcessInput); 54_inputManager.HitTestInvalidatedAsync -= new EventHandler(OnHitTestInvalidatedAsync); 606_inputManager.ProcessInput(e); 615_inputManager.ProcessInput(e); 934_inputManager.ProcessInput(touchEventArgs); 949_inputManager.ProcessInput(e); 961_inputManager.ProcessInput(e); 973_inputManager.ProcessInput(e);