2 types derived from StylusShape
PresentationCore (2)
MS\Internal\Ink\StylusShape.cs (2)
331public sealed class EllipseStylusShape : StylusShape 358public sealed class RectangleStylusShape : StylusShape
22 references to StylusShape
PresentationCore (17)
MS\Internal\Ink\EllipticalNodeOperations.cs (1)
25internal EllipticalNodeOperations(StylusShape nodeShape)
MS\Internal\Ink\ErasingStroke.cs (2)
31internal ErasingStroke(StylusShape erasingShape) 42internal ErasingStroke(StylusShape erasingShape, IEnumerable<Point> path)
MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
79internal StrokeNodeIterator(StylusShape nodeShape)
MS\Internal\Ink\StrokeNodeOperations.cs (2)
30internal static StrokeNodeOperations CreateInstance(StylusShape nodeShape) 47internal StrokeNodeOperations(StylusShape nodeShape)
System\Windows\Ink\DrawingAttributes.cs (2)
388internal StylusShape StylusShape 392StylusShape s;
System\Windows\Ink\IncrementalHitTester.cs (1)
508internal IncrementalStrokeHitTester(StrokeCollection strokes, StylusShape eraserShape)
System\Windows\Ink\Stroke.cs (1)
242StylusShape stylusShape = this.DrawingAttributes.StylusShape;
System\Windows\Ink\Stroke2.cs (3)
175public StrokeCollection GetEraseResult(IEnumerable<Point> eraserPath, StylusShape eraserShape) 322public bool HitTest(IEnumerable<Point> path, StylusShape stylusShape) 577internal StrokeIntersection[] EraseTest(IEnumerable<Point> path, StylusShape shape)
System\Windows\Ink\StrokeCollection2.cs (4)
199public StrokeCollection HitTest(IEnumerable<Point> path, StylusShape stylusShape) 336public void Erase(IEnumerable<Point> eraserPath, StylusShape eraserShape) 432public IncrementalStrokeHitTester GetIncrementalStrokeHitTester(StylusShape eraserShape) 457private StrokeCollection PointHitTest(Point point, StylusShape shape)
PresentationFramework (5)
MS\Internal\Ink\EraserBehavior.cs (1)
469private StylusShape _cachedStylusShape;
MS\Internal\Ink\PenCursorManager.cs (1)
62internal static Cursor GetPointEraserCursor(StylusShape stylusShape, Matrix tranform, double dpiScaleX, double dpiScaleY)
System\Windows\Controls\InkCanvas.cs (3)
755public StylusShape EraserShape 772StylusShape oldShape = EraserShape; 3075private StylusShape _eraserShape;