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