2 writes to _eraserShape
PresentationFramework (2)
src\Framework\System\Windows\Controls\InkCanvas.cs (2)
775
_eraserShape
= new RectangleStylusShape(8f, 8f);
792
_eraserShape
= value;
6 references to _eraserShape
PresentationFramework (6)
src\Framework\System\Windows\Controls\InkCanvas.cs (6)
773
if (
_eraserShape
== null)
777
return
_eraserShape
;
795
if ( oldShape.Width !=
_eraserShape
.Width || oldShape.Height !=
_eraserShape
.Height
796
|| oldShape.Rotation !=
_eraserShape
.Rotation || oldShape.GetType() !=
_eraserShape
.GetType())