2 references to MaxStylusPoints
PresentationCore (2)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
495
if (stylusPoints.Count >
MaxStylusPoints
)
497
stylusPoints = stylusPoints.Clone(
MaxStylusPoints
);