2 implementations of CreateNew
Microsoft.Maui.Graphics.Skia (1)
SkiaCanvasStateService.cs (1)
12 public SkiaCanvasState CreateNew(object context)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasStateService.cs (1)
18 public PlatformCanvasState CreateNew(object context)
3 references to CreateNew
Microsoft.Maui.Graphics (3)
AbstractCanvas.cs (3)
40 _currentState = stateService.CreateNew(this); 226 _currentState = _stateService.CreateNew(this); 251 _currentState = _stateService.CreateNew(this);