1 write to _erasingStroke
PresentationCore (1)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
522
_erasingStroke
= new ErasingStroke(eraserShape);
4 references to _erasingStroke
PresentationCore (4)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (4)
533
System.Diagnostics.Debug.Assert(
_erasingStroke
!= null);
536
_erasingStroke
.MoveTo(points);
537
Rect erasingBounds =
_erasingStroke
.Bounds;
556
(
_erasingStroke
.EraseTest(StrokeNodeIterator.GetIterator(strokeInfo.Stroke, strokeInfo.Stroke.DrawingAttributes), eraseAt) == false))