4 references to HitTest
PresentationCore (4)
System\Windows\Ink\Stroke2.cs (2)
125return this.Clip(this.HitTest(lasso)); 156return this.Erase(this.HitTest(lasso));
System\Windows\Ink\StrokeCollection2.cs (2)
247StrokeCollection clipResult = stroke.Clip(stroke.HitTest(lasso)); 289StrokeCollection eraseResult = stroke.Erase(stroke.HitTest(lasso));