1 write to _inputManager
PresentationCore (1)
System\Windows\Input\ManipulationDevice.cs (1)
28_inputManager = InputManager.UnsecureCurrent;
3 references to _inputManager
PresentationCore (3)
System\Windows\Input\ManipulationDevice.cs (3)
29_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 36_inputManager.PostProcessInput -= new ProcessInputEventHandler(PostProcessInput); 495_inputManager.ProcessInput(e);