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