1 write to _inputManager
PresentationCore (1)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
44
_inputManager
= InputManager.UnsecureCurrent;
3 references to _inputManager
PresentationCore (3)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (3)
45
_inputManager
.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
57
_inputManager
.PostProcessInput -= new ProcessInputEventHandler(PostProcessInput);
586
_inputManager
.ProcessInput(e);