4 references to HitTest
PresentationCore (4)
System\Windows\Ink\Stroke2.cs (2)
126return this.Clip(this.HitTest(lasso)); 157return this.Erase(this.HitTest(lasso));
System\Windows\Ink\StrokeCollection2.cs (2)
248StrokeCollection clipResult = stroke.Clip(stroke.HitTest(lasso)); 290StrokeCollection eraseResult = stroke.Erase(stroke.HitTest(lasso));