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()) )
199
this.InkCanvas.Strokes.GetIncrementalStrokeHitTester(this.InkCanvas.
EraserShape
);
277
_cachedStylusShape = InkCanvas.
EraserShape
;
System\Windows\Controls\InkCanvas.cs (1)
760
StylusShape oldShape =
EraserShape
;