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