1 implementation of AddStylusPoints
PresentationFramework (1)
MS\Internal\Ink\StylusEditingBehavior.cs (1)
93
void IStylusEditing.
AddStylusPoints
(StylusPointCollection stylusPoints, bool userInitiated)
5 references to AddStylusPoints
PresentationFramework (5)
MS\Internal\Ink\EditingCoordinator.cs (3)
801
stylusEditingBehavior.
AddStylusPoints
(stylusPoints, args.UserInitiated);
958
stylusEditingBehavior.
AddStylusPoints
(stylusPoints, userInitiated);
983
stylusEditingBehavior.
AddStylusPoints
(stylusPoints, userInitiated);
MS\Internal\Ink\EraserBehavior.cs (1)
127
newBehavior.
AddStylusPoints
(cachedPoints, false/*userInitiated*/);
MS\Internal\Ink\InkCollectionBehavior.cs (1)
149
newBehavior.
AddStylusPoints
(cachedPoints, false/*userInitiated*/);