System\Windows\InterOp\HwndPointerInputProvider.cs (5)
410handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.InRange, Environment.TickCount);
415handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.Move, Environment.TickCount);
420handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.Down, Environment.TickCount);
425handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.Up, Environment.TickCount);
433handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.OutOfRange, Environment.TickCount);