2 references to MaxStylusPoints
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
587if (stylusPoints.Count > MaxStylusPoints) 589stylusPoints = stylusPoints.Clone(MaxStylusPoints);