4 instantiations of EllipseStylusShape
PresentationCore (4)
System\Windows\Ink\DrawingAttributes.cs (1)
388
s = new
EllipseStylusShape
(this.Width, this.Height);
System\Windows\Ink\Stroke2.cs (2)
183
return HitTest(new Point[]{point}, new
EllipseStylusShape
(TapHitPointSize, TapHitPointSize, TapHitRotation));
198
return HitTest(new Point[]{point}, new
EllipseStylusShape
(diameter, diameter, TapHitRotation));
System\Windows\Ink\StrokeCollection2.cs (1)
69
return PointHitTest(point, new
EllipseStylusShape
(diameter, diameter));