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