5 references to Erase
PresentationCore (5)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
706
return _stroke.
Erase
(_hitFragments);
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
181
return this.
Erase
(this.HitTest(lasso));
202
return this.
Erase
(this.EraseTest(eraserPath, eraserShape));
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (2)
331
StrokeCollection eraseResult = stroke.
Erase
(stroke.HitTest(lasso));
378
StrokeCollection eraseResult = stroke.
Erase
(intersections.ToArray());