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