2 types derived from StylusShape
PresentationCore (2)
MS\Internal\Ink\StylusShape.cs (2)
324
public sealed class EllipseStylusShape :
StylusShape
351
public sealed class RectangleStylusShape :
StylusShape
22 references to StylusShape
PresentationCore (17)
MS\Internal\Ink\EllipticalNodeOperations.cs (1)
21
internal EllipticalNodeOperations(
StylusShape
nodeShape)
MS\Internal\Ink\ErasingStroke.cs (2)
28
internal ErasingStroke(
StylusShape
erasingShape)
39
internal ErasingStroke(
StylusShape
erasingShape, IEnumerable<Point> path)
MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
72
internal StrokeNodeIterator(
StylusShape
nodeShape)
MS\Internal\Ink\StrokeNodeOperations.cs (2)
23
internal static StrokeNodeOperations CreateInstance(
StylusShape
nodeShape)
40
internal StrokeNodeOperations(
StylusShape
nodeShape)
System\Windows\Ink\DrawingAttributes.cs (2)
377
internal
StylusShape
StylusShape
381
StylusShape
s;
System\Windows\Ink\IncrementalHitTester.cs (1)
499
internal IncrementalStrokeHitTester(StrokeCollection strokes,
StylusShape
eraserShape)
System\Windows\Ink\Stroke.cs (1)
227
StylusShape
stylusShape = this.DrawingAttributes.StylusShape;
System\Windows\Ink\Stroke2.cs (3)
166
public StrokeCollection GetEraseResult(IEnumerable<Point> eraserPath,
StylusShape
eraserShape)
313
public bool HitTest(IEnumerable<Point> path,
StylusShape
stylusShape)
568
internal StrokeIntersection[] EraseTest(IEnumerable<Point> path,
StylusShape
shape)
System\Windows\Ink\StrokeCollection2.cs (4)
192
public StrokeCollection HitTest(IEnumerable<Point> path,
StylusShape
stylusShape)
329
public void Erase(IEnumerable<Point> eraserPath,
StylusShape
eraserShape)
425
public IncrementalStrokeHitTester GetIncrementalStrokeHitTester(
StylusShape
eraserShape)
450
private StrokeCollection PointHitTest(Point point,
StylusShape
shape)
PresentationFramework (5)
MS\Internal\Ink\EraserBehavior.cs (1)
457
private
StylusShape
_cachedStylusShape;
MS\Internal\Ink\PenCursorManager.cs (1)
57
internal static Cursor GetPointEraserCursor(
StylusShape
stylusShape, Matrix tranform, double dpiScaleX, double dpiScaleY)
System\Windows\Controls\InkCanvas.cs (3)
743
public
StylusShape
EraserShape
760
StylusShape
oldShape = EraserShape;
3063
private
StylusShape
_eraserShape;