5 instantiations of ErasingStroke
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (1)
514
_erasingStroke = new
ErasingStroke
(eraserShape);
System\Windows\Ink\Stroke2.cs (2)
333
ErasingStroke erasingStroke = new
ErasingStroke
(stylusShape);
586
ErasingStroke erasingStroke = new
ErasingStroke
(shape, path);
System\Windows\Ink\StrokeCollection2.cs (2)
210
ErasingStroke erasingStroke = new
ErasingStroke
(stylusShape, path);
352
ErasingStroke erasingStroke = new
ErasingStroke
(eraserShape, eraserPath);
5 references to ErasingStroke
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (1)
597
private
ErasingStroke
_erasingStroke;
System\Windows\Ink\Stroke2.cs (2)
333
ErasingStroke
erasingStroke = new ErasingStroke(stylusShape);
586
ErasingStroke
erasingStroke = new ErasingStroke(shape, path);
System\Windows\Ink\StrokeCollection2.cs (2)
210
ErasingStroke
erasingStroke = new ErasingStroke(stylusShape, path);
352
ErasingStroke
erasingStroke = new ErasingStroke(eraserShape, eraserPath);