1 implementation of IConverterOptions
Microsoft.Maui.Controls (1)
StyleSheets\StyleSheetServiceProvider.cs (1)
36
class ConverterOptions :
IConverterOptions
9 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;
Microsoft.Maui.Controls.Xaml (3)
MarkupExtensions\AppThemeBindingExtension.cs (1)
13
typeof(
IConverterOptions
)])]
MarkupExtensions\OnIdiomExtension.cs (1)
16
typeof(
IConverterOptions
)])]
MarkupExtensions\OnPlatformExtension.cs (1)
15
typeof(
IConverterOptions
)])]