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