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