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