4 instantiations of EllipseStylusShape
PresentationCore (4)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (1)
401
s = new
EllipseStylusShape
(this.Width, this.Height);
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
213
return HitTest(new Point[]{point}, new
EllipseStylusShape
(TapHitPointSize, TapHitPointSize, TapHitRotation));
228
return HitTest(new Point[]{point}, new
EllipseStylusShape
(diameter, diameter, TapHitRotation));
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
83
return PointHitTest(point, new
EllipseStylusShape
(diameter, diameter));