7 references to EraserShape
PresentationFramework (7)
MS\Internal\Ink\EraserBehavior.cs (6)
170&& ( _cachedStylusShape.Width != InkCanvas.EraserShape.Width 171|| _cachedStylusShape.Height != InkCanvas.EraserShape.Height 172|| _cachedStylusShape.Rotation != InkCanvas.EraserShape.Rotation 173|| _cachedStylusShape.GetType() != InkCanvas.EraserShape.GetType()) ) 199this.InkCanvas.Strokes.GetIncrementalStrokeHitTester(this.InkCanvas.EraserShape); 277_cachedStylusShape = InkCanvas.EraserShape;
System\Windows\Controls\InkCanvas.cs (1)
760StylusShape oldShape = EraserShape;