5 references to CountGoingToZero
PresentationCore (5)
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);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (2)
627
if (null == this.
CountGoingToZero
)
641
this.
CountGoingToZero
(this, e);