2 references to PostProcessInput
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
39
_inputManager.PostProcessInput += new ProcessInputEventHandler(
PostProcessInput
);
46
_inputManager.PostProcessInput -= new ProcessInputEventHandler(
PostProcessInput
);