5 references to Erase
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (1)
685
return _stroke.
Erase
(_hitFragments);
System\Windows\Ink\Stroke2.cs (2)
156
return this.
Erase
(this.HitTest(lasso));
171
return this.
Erase
(this.EraseTest(eraserPath, eraserShape));
System\Windows\Ink\StrokeCollection2.cs (2)
289
StrokeCollection eraseResult = stroke.
Erase
(stroke.HitTest(lasso));
336
StrokeCollection eraseResult = stroke.
Erase
(intersections.ToArray());