5 references to Erase
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (1)
698
return _stroke.
Erase
(_hitFragments);
System\Windows\Ink\Stroke2.cs (2)
166
return this.
Erase
(this.HitTest(lasso));
181
return this.
Erase
(this.EraseTest(eraserPath, eraserShape));
System\Windows\Ink\StrokeCollection2.cs (2)
312
StrokeCollection eraseResult = stroke.
Erase
(stroke.HitTest(lasso));
359
StrokeCollection eraseResult = stroke.
Erase
(intersections.ToArray());