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)
760if (_eraserShape == null) 764return _eraserShape; 777if ( oldShape.Width != _eraserShape.Width || oldShape.Height != _eraserShape.Height 778|| oldShape.Rotation != _eraserShape.Rotation || oldShape.GetType() != _eraserShape.GetType())