7 references to EraserShape
PresentationFramework (7)
MS\Internal\Ink\EraserBehavior.cs (6)
168&& ( _cachedStylusShape.Width != InkCanvas.EraserShape.Width 169|| _cachedStylusShape.Height != InkCanvas.EraserShape.Height 170|| _cachedStylusShape.Rotation != InkCanvas.EraserShape.Rotation 171|| _cachedStylusShape.GetType() != InkCanvas.EraserShape.GetType()) ) 197this.InkCanvas.Strokes.GetIncrementalStrokeHitTester(this.InkCanvas.EraserShape); 275_cachedStylusShape = InkCanvas.EraserShape;
System\Windows\Controls\InkCanvas.cs (1)
771StylusShape oldShape = EraserShape;