1 implementation of IConverterOptions
Microsoft.Maui.Controls (1)
StyleSheets\StyleSheetServiceProvider.cs (1)
36 class ConverterOptions : IConverterOptions
6 references to IConverterOptions
Microsoft.Maui.Controls (6)
FontSizeConverter.cs (2)
28 var ignoreCase = (serviceProvider?.GetService(typeof(IConverterOptions)) as IConverterOptions)?.IgnoreCase ?? false;
StyleSheets\StyleSheetServiceProvider.cs (2)
10 IConverterOptions convOptions => new ConverterOptions(); 25 if (serviceType == typeof(IConverterOptions))
Xaml\TypeConversionExtensions.cs (2)
163 var ignoreCase = (serviceProvider?.GetService(typeof(IConverterOptions)) as IConverterOptions)?.IgnoreCase ?? false;