2 implementations of ICanvasStateService
Microsoft.Maui.Graphics.Skia (1)
SkiaCanvasStateService.cs (1)
6 public class SkiaCanvasStateService : IDisposable, ICanvasStateService<SkiaCanvasState>
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasStateService.cs (1)
16 : ICanvasStateService<PlatformCanvasState>
3 references to ICanvasStateService
Microsoft.Maui.Graphics (2)
AbstractCanvas.cs (2)
11 private readonly ICanvasStateService<TState> _stateService; 36 protected AbstractCanvas(ICanvasStateService<TState> stateService, IStringSizeService stringSizeService)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasStateService.cs (1)
8 /// A Windows platform implementation of <see cref="ICanvasStateService{T}"/>