2 types derived from StylusShape
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (2)
335
public sealed class EllipseStylusShape :
StylusShape
363
public sealed class RectangleStylusShape :
StylusShape
22 references to StylusShape
PresentationCore (17)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (1)
26
internal EllipticalNodeOperations(
StylusShape
nodeShape)
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (2)
31
internal ErasingStroke(
StylusShape
erasingShape)
42
internal ErasingStroke(
StylusShape
erasingShape, IEnumerable<Point> path)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
93
internal StrokeNodeIterator(
StylusShape
nodeShape)
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (2)
30
internal static StrokeNodeOperations CreateInstance(
StylusShape
nodeShape)
50
internal StrokeNodeOperations(
StylusShape
nodeShape)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (2)
390
internal
StylusShape
StylusShape
394
StylusShape
s;
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
516
internal IncrementalStrokeHitTester(StrokeCollection strokes,
StylusShape
eraserShape)
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
249
StylusShape
stylusShape = this.DrawingAttributes.StylusShape;
Core\CSharp\System\Windows\Ink\Stroke2.cs (3)
190
public StrokeCollection GetEraseResult(IEnumerable<Point> eraserPath,
StylusShape
eraserShape)
347
public bool HitTest(IEnumerable<Point> path,
StylusShape
stylusShape)
620
internal StrokeIntersection[] EraseTest(IEnumerable<Point> path,
StylusShape
shape)
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (4)
206
public StrokeCollection HitTest(IEnumerable<Point> path,
StylusShape
stylusShape)
355
public void Erase(IEnumerable<Point> eraserPath,
StylusShape
eraserShape)
454
public IncrementalStrokeHitTester GetIncrementalStrokeHitTester(
StylusShape
eraserShape)
482
private StrokeCollection PointHitTest(Point point,
StylusShape
shape)
PresentationFramework (5)
src\Framework\MS\Internal\Ink\EraserBehavior.cs (1)
472
private
StylusShape
_cachedStylusShape;
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
69
internal static Cursor GetPointEraserCursor(
StylusShape
stylusShape, Matrix tranform, double dpiScaleX, double dpiScaleY)
src\Framework\System\Windows\Controls\InkCanvas.cs (3)
768
public
StylusShape
EraserShape
790
StylusShape
oldShape = EraserShape;
3222
private
StylusShape
_eraserShape;