2 writes to _eraserShape
PresentationFramework (2)
System\Windows\Controls\InkCanvas.cs (2)
762
_eraserShape
= new RectangleStylusShape(8f, 8f);
774
_eraserShape
= value;
6 references to _eraserShape
PresentationFramework (6)
System\Windows\Controls\InkCanvas.cs (6)
760
if (
_eraserShape
== null)
764
return
_eraserShape
;
777
if ( oldShape.Width !=
_eraserShape
.Width || oldShape.Height !=
_eraserShape
.Height
778
|| oldShape.Rotation !=
_eraserShape
.Rotation || oldShape.GetType() !=
_eraserShape
.GetType())