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