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