System\Windows\InterOp\HwndPointerInputProvider.cs (5)
416handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.InRange, Environment.TickCount);
421handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.Move, Environment.TickCount);
426handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.Down, Environment.TickCount);
431handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.Up, Environment.TickCount);
439handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.OutOfRange, Environment.TickCount);