2 types derived from StylusShape
PresentationCore (2)
MS\Internal\Ink\StylusShape.cs (2)
323public sealed class EllipseStylusShape : StylusShape 350public sealed class RectangleStylusShape : StylusShape
22 references to StylusShape
PresentationCore (17)
MS\Internal\Ink\EllipticalNodeOperations.cs (1)
20internal EllipticalNodeOperations(StylusShape nodeShape)
MS\Internal\Ink\ErasingStroke.cs (2)
27internal ErasingStroke(StylusShape erasingShape) 38internal ErasingStroke(StylusShape erasingShape, IEnumerable<Point> path)
MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
71internal StrokeNodeIterator(StylusShape nodeShape)
MS\Internal\Ink\StrokeNodeOperations.cs (2)
22internal static StrokeNodeOperations CreateInstance(StylusShape nodeShape) 39internal StrokeNodeOperations(StylusShape nodeShape)
System\Windows\Ink\DrawingAttributes.cs (2)
376internal StylusShape StylusShape 380StylusShape s;
System\Windows\Ink\IncrementalHitTester.cs (1)
495internal IncrementalStrokeHitTester(StrokeCollection strokes, StylusShape eraserShape)
System\Windows\Ink\Stroke.cs (1)
226StylusShape stylusShape = this.DrawingAttributes.StylusShape;
System\Windows\Ink\Stroke2.cs (3)
165public StrokeCollection GetEraseResult(IEnumerable<Point> eraserPath, StylusShape eraserShape) 306public bool HitTest(IEnumerable<Point> path, StylusShape stylusShape) 561internal StrokeIntersection[] EraseTest(IEnumerable<Point> path, StylusShape shape)
System\Windows\Ink\StrokeCollection2.cs (4)
180public StrokeCollection HitTest(IEnumerable<Point> path, StylusShape stylusShape) 313public void Erase(IEnumerable<Point> eraserPath, StylusShape eraserShape) 409public IncrementalStrokeHitTester GetIncrementalStrokeHitTester(StylusShape eraserShape) 434private StrokeCollection PointHitTest(Point point, StylusShape shape)
PresentationFramework (5)
MS\Internal\Ink\EraserBehavior.cs (1)
455private StylusShape _cachedStylusShape;
MS\Internal\Ink\PenCursorManager.cs (1)
56internal static Cursor GetPointEraserCursor(StylusShape stylusShape, Matrix tranform, double dpiScaleX, double dpiScaleY)
System\Windows\Controls\InkCanvas.cs (3)
754public StylusShape EraserShape 771StylusShape oldShape = EraserShape; 3078private StylusShape _eraserShape;