1 instantiation of IncrementalStrokeHitTester
PresentationCore (1)
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
460
return new
IncrementalStrokeHitTester
(this, eraserShape);
2 references to IncrementalStrokeHitTester
PresentationCore (1)
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
454
public
IncrementalStrokeHitTester
GetIncrementalStrokeHitTester(StylusShape eraserShape)
PresentationFramework (1)
src\Framework\MS\Internal\Ink\EraserBehavior.cs (1)
470
private
IncrementalStrokeHitTester
_incrementalStrokeHitTester;