1 implementation of AddStylusPoints
PresentationFramework (1)
src\Framework\MS\Internal\Ink\StylusEditingBehavior.cs (1)
113void IStylusEditing.AddStylusPoints(StylusPointCollection stylusPoints, bool userInitiated)
5 references to AddStylusPoints
PresentationFramework (5)
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (3)
854stylusEditingBehavior.AddStylusPoints(stylusPoints, args.UserInitiated); 1017stylusEditingBehavior.AddStylusPoints(stylusPoints, userInitiated); 1043stylusEditingBehavior.AddStylusPoints(stylusPoints, userInitiated);
src\Framework\MS\Internal\Ink\EraserBehavior.cs (1)
141newBehavior.AddStylusPoints(cachedPoints, false/*userInitiated*/);
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (1)
182newBehavior.AddStylusPoints(cachedPoints, false/*userInitiated*/);