2 implementations of CreateCopy
Microsoft.Maui.Graphics.Skia (1)
SkiaCanvasStateService.cs (1)
26 public SkiaCanvasState CreateCopy(SkiaCanvasState prototype) =>
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasStateService.cs (1)
23 public PlatformCanvasState CreateCopy(PlatformCanvasState prototype)
1 reference to CreateCopy
Microsoft.Maui.Graphics (1)
AbstractCanvas.cs (1)
264 _currentState = _stateService.CreateCopy(previousState);