7 references to EraserShape
PresentationFramework (7)
src\Framework\MS\Internal\Ink\EraserBehavior.cs (6)
184&& ( _cachedStylusShape.Width != InkCanvas.EraserShape.Width 185|| _cachedStylusShape.Height != InkCanvas.EraserShape.Height 186|| _cachedStylusShape.Rotation != InkCanvas.EraserShape.Rotation 187|| _cachedStylusShape.GetType() != InkCanvas.EraserShape.GetType()) ) 213this.InkCanvas.Strokes.GetIncrementalStrokeHitTester(this.InkCanvas.EraserShape); 291_cachedStylusShape = InkCanvas.EraserShape;
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
790StylusShape oldShape = EraserShape;