2 implementations of IStringSizeService
Microsoft.Maui.Graphics.Skia (1)
SkiaStringSizeService.cs (1)
5
public class SkiaStringSizeService :
IStringSizeService
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformStringSizeService.cs (1)
20
:
IStringSizeService
3 references to IStringSizeService
Microsoft.Maui.Graphics (2)
AbstractCanvas.cs (2)
12
private readonly
IStringSizeService
_stringSizeService;
36
protected AbstractCanvas(ICanvasStateService<TState> stateService,
IStringSizeService
stringSizeService)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformStringSizeService.cs (1)
12
/// A Windows platform implementation of <see cref="
IStringSizeService
"/> which