3 references to StylusPoints_CountGoingToZero
PresentationCore (3)
Core\CSharp\System\Windows\Ink\Stroke.cs (3)
91
_stylusPoints.CountGoingToZero += new CancelEventHandler(
StylusPoints_CountGoingToZero
);
549
_stylusPoints.CountGoingToZero -= new CancelEventHandler(
StylusPoints_CountGoingToZero
);
554
_stylusPoints.CountGoingToZero += new CancelEventHandler(
StylusPoints_CountGoingToZero
);