1 implementation of AddStylusPoints
PresentationFramework (1)
MS\Internal\Ink\StylusEditingBehavior.cs (1)
92void IStylusEditing.AddStylusPoints(StylusPointCollection stylusPoints, bool userInitiated)
5 references to AddStylusPoints
PresentationFramework (5)
MS\Internal\Ink\EditingCoordinator.cs (3)
797stylusEditingBehavior.AddStylusPoints(stylusPoints, args.UserInitiated); 948stylusEditingBehavior.AddStylusPoints(stylusPoints, userInitiated); 973stylusEditingBehavior.AddStylusPoints(stylusPoints, userInitiated);
MS\Internal\Ink\EraserBehavior.cs (1)
125newBehavior.AddStylusPoints(cachedPoints, false/*userInitiated*/);
MS\Internal\Ink\InkCollectionBehavior.cs (1)
147newBehavior.AddStylusPoints(cachedPoints, false/*userInitiated*/);