1 write to _stateService
Microsoft.Maui.Graphics (1)
AbstractCanvas.cs (1)
38 _stateService = stateService;
3 references to _stateService
Microsoft.Maui.Graphics (3)
AbstractCanvas.cs (3)
226 _currentState = _stateService.CreateNew(this); 251 _currentState = _stateService.CreateNew(this); 264 _currentState = _stateService.CreateCopy(previousState);