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)
635if (null == this.CountGoingToZero) 649this.CountGoingToZero(this, e);