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