1 write to _inputManager
PresentationCore (1)
System\Windows\Input\ManipulationDevice.cs (1)
38_inputManager = InputManager.UnsecureCurrent;
3 references to _inputManager
PresentationCore (3)
System\Windows\Input\ManipulationDevice.cs (3)
39_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 46_inputManager.PostProcessInput -= new ProcessInputEventHandler(PostProcessInput); 511_inputManager.ProcessInput(e);