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