1 implementation of GetNamedSize
Microsoft.Maui.Controls (1)
Compatibility\iOS\FontNamedSizeService.cs (1)
26 public double GetNamedSize(NamedSize size, Type targetElementType, bool useOldSizes)
1 reference to GetNamedSize
Microsoft.Maui.Controls (1)
Device.cs (1)
147 DependencyService.Get<IFontNamedSizeService>()?.GetNamedSize(size, targetElementType, useOldSizes) ??