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()) )
213
this.InkCanvas.Strokes.GetIncrementalStrokeHitTester(this.InkCanvas.
EraserShape
);
291
_cachedStylusShape = InkCanvas.
EraserShape
;
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
790
StylusShape oldShape =
EraserShape
;