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)
798
stylusEditingBehavior.
AddStylusPoints
(stylusPoints, args.UserInitiated);
949
stylusEditingBehavior.
AddStylusPoints
(stylusPoints, userInitiated);
974
stylusEditingBehavior.
AddStylusPoints
(stylusPoints, userInitiated);
MS\Internal\Ink\EraserBehavior.cs (1)
126
newBehavior.
AddStylusPoints
(cachedPoints, false/*userInitiated*/);
MS\Internal\Ink\InkCollectionBehavior.cs (1)
148
newBehavior.
AddStylusPoints
(cachedPoints, false/*userInitiated*/);