5 references to Erase
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (1)
689
return _stroke.
Erase
(_hitFragments);
System\Windows\Ink\Stroke2.cs (2)
157
return this.
Erase
(this.HitTest(lasso));
172
return this.
Erase
(this.EraseTest(eraserPath, eraserShape));
System\Windows\Ink\StrokeCollection2.cs (2)
305
StrokeCollection eraseResult = stroke.
Erase
(stroke.HitTest(lasso));
352
StrokeCollection eraseResult = stroke.
Erase
(intersections.ToArray());