2 references to PostProcessInput
PresentationCore (2)
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
76
_inputManager.PostProcessInput += new ProcessInputEventHandler(
PostProcessInput
);
87
_inputManager.PostProcessInput -= new ProcessInputEventHandler(
PostProcessInput
);