3 references to HitTest
PresentationCore (3)
System\Windows\Ink\Stroke2.cs (2)
182
return
HitTest
(new Point[]{point}, new EllipseStylusShape(TapHitPointSize, TapHitPointSize, TapHitRotation));
197
return
HitTest
(new Point[]{point}, new EllipseStylusShape(diameter, diameter, TapHitRotation));
System\Windows\Ink\StrokeCollection2.cs (1)
441
if (stroke.
HitTest
(new Point[] { point }, shape))