3 references to StylusPoints_CountGoingToZero
PresentationCore (3)
System\Windows\Ink\Stroke.cs (3)
84
_stylusPoints.CountGoingToZero += new CancelEventHandler(
StylusPoints_CountGoingToZero
);
535
_stylusPoints.CountGoingToZero -= new CancelEventHandler(
StylusPoints_CountGoingToZero
);
540
_stylusPoints.CountGoingToZero += new CancelEventHandler(
StylusPoints_CountGoingToZero
);