1 implementation of AddStylusPoints
PresentationFramework (1)
MS\Internal\Ink\StylusEditingBehavior.cs (1)
107void IStylusEditing.AddStylusPoints(StylusPointCollection stylusPoints, bool userInitiated)
5 references to AddStylusPoints
PresentationFramework (5)
MS\Internal\Ink\EditingCoordinator.cs (3)
816stylusEditingBehavior.AddStylusPoints(stylusPoints, args.UserInitiated); 973stylusEditingBehavior.AddStylusPoints(stylusPoints, userInitiated); 998stylusEditingBehavior.AddStylusPoints(stylusPoints, userInitiated);
MS\Internal\Ink\EraserBehavior.cs (1)
139newBehavior.AddStylusPoints(cachedPoints, false/*userInitiated*/);
MS\Internal\Ink\InkCollectionBehavior.cs (1)
158newBehavior.AddStylusPoints(cachedPoints, false/*userInitiated*/);