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