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