2 references to PostProcessInput
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (2)
45
_inputManager.PostProcessInput += new ProcessInputEventHandler(
PostProcessInput
);
57
_inputManager.PostProcessInput -= new ProcessInputEventHandler(
PostProcessInput
);