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