3 references to StylusPoints_CountGoingToZero
PresentationCore (3)
System\Windows\Ink\Stroke.cs (3)
68
_stylusPoints.CountGoingToZero += new CancelEventHandler(
StylusPoints_CountGoingToZero
);
519
_stylusPoints.CountGoingToZero -= new CancelEventHandler(
StylusPoints_CountGoingToZero
);
524
_stylusPoints.CountGoingToZero += new CancelEventHandler(
StylusPoints_CountGoingToZero
);