3 references to StylusPoints_CountGoingToZero
PresentationCore (3)
System\Windows\Ink\Stroke.cs (3)
69
_stylusPoints.CountGoingToZero += new CancelEventHandler(
StylusPoints_CountGoingToZero
);
520
_stylusPoints.CountGoingToZero -= new CancelEventHandler(
StylusPoints_CountGoingToZero
);
525
_stylusPoints.CountGoingToZero += new CancelEventHandler(
StylusPoints_CountGoingToZero
);