7 references to EraserShape
PresentationFramework (7)
MS\Internal\Ink\EraserBehavior.cs (6)
182&& ( _cachedStylusShape.Width != InkCanvas.EraserShape.Width 183|| _cachedStylusShape.Height != InkCanvas.EraserShape.Height 184|| _cachedStylusShape.Rotation != InkCanvas.EraserShape.Rotation 185|| _cachedStylusShape.GetType() != InkCanvas.EraserShape.GetType()) ) 211this.InkCanvas.Strokes.GetIncrementalStrokeHitTester(this.InkCanvas.EraserShape); 289_cachedStylusShape = InkCanvas.EraserShape;
System\Windows\Controls\InkCanvas.cs (1)
772StylusShape oldShape = EraserShape;