2 writes to _eraserShape
PresentationFramework (2)
System\Windows\Controls\InkCanvas.cs (2)
761
_eraserShape
= new RectangleStylusShape(8f, 8f);
773
_eraserShape
= value;
6 references to _eraserShape
PresentationFramework (6)
System\Windows\Controls\InkCanvas.cs (6)
759
if (
_eraserShape
== null)
763
return
_eraserShape
;
776
if ( oldShape.Width !=
_eraserShape
.Width || oldShape.Height !=
_eraserShape
.Height
777
|| oldShape.Rotation !=
_eraserShape
.Rotation || oldShape.GetType() !=
_eraserShape
.GetType())