3 references to HitTest
PresentationCore (3)
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)
489
if (stroke.
HitTest
(new Point[] { point }, shape))