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