4 references to HitTest
PresentationCore (4)
System\Windows\Ink\Stroke2.cs (2)
135return this.Clip(this.HitTest(lasso)); 166return this.Erase(this.HitTest(lasso));
System\Windows\Ink\StrokeCollection2.cs (2)
270StrokeCollection clipResult = stroke.Clip(stroke.HitTest(lasso)); 312StrokeCollection eraseResult = stroke.Erase(stroke.HitTest(lasso));