3 references to EllipseStylusShape
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (1)
343:this(width, height, 0f)
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
213return HitTest(new Point[]{point}, new EllipseStylusShape(TapHitPointSize, TapHitPointSize, TapHitRotation)); 228return HitTest(new Point[]{point}, new EllipseStylusShape(diameter, diameter, TapHitRotation));