5 instantiations of ErasingStroke
PresentationCore (5)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
522
_erasingStroke = new
ErasingStroke
(eraserShape);
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
364
ErasingStroke erasingStroke = new
ErasingStroke
(stylusShape);
629
ErasingStroke erasingStroke = new
ErasingStroke
(shape, path);
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (2)
223
ErasingStroke erasingStroke = new
ErasingStroke
(stylusShape, path);
371
ErasingStroke erasingStroke = new
ErasingStroke
(eraserShape, eraserPath);
5 references to ErasingStroke
PresentationCore (5)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
605
private
ErasingStroke
_erasingStroke;
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
364
ErasingStroke
erasingStroke = new ErasingStroke(stylusShape);
629
ErasingStroke
erasingStroke = new ErasingStroke(shape, path);
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (2)
223
ErasingStroke
erasingStroke = new ErasingStroke(stylusShape, path);
371
ErasingStroke
erasingStroke = new ErasingStroke(eraserShape, eraserPath);