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)
364ErasingStroke erasingStroke = new ErasingStroke(stylusShape); 629ErasingStroke erasingStroke = new ErasingStroke(shape, path);
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (2)
223ErasingStroke erasingStroke = new ErasingStroke(stylusShape, path); 371ErasingStroke erasingStroke = new ErasingStroke(eraserShape, eraserPath);
5 references to ErasingStroke
PresentationCore (5)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
605private ErasingStroke _erasingStroke;
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
364ErasingStroke erasingStroke = new ErasingStroke(stylusShape); 629ErasingStroke erasingStroke = new ErasingStroke(shape, path);
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (2)
223ErasingStroke erasingStroke = new ErasingStroke(stylusShape, path); 371ErasingStroke erasingStroke = new ErasingStroke(eraserShape, eraserPath);