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