1 implementation of IgnoreCase
Microsoft.Maui.Controls (1)
StyleSheets\StyleSheetServiceProvider.cs (1)
38
public bool
IgnoreCase
=> true;
2 references to IgnoreCase
Microsoft.Maui.Controls (2)
FontSizeConverter.cs (1)
28
var ignoreCase = (serviceProvider?.GetService(typeof(IConverterOptions)) as IConverterOptions)?.
IgnoreCase
?? false;
Xaml\TypeConversionExtensions.cs (1)
163
var ignoreCase = (serviceProvider?.GetService(typeof(IConverterOptions)) as IConverterOptions)?.
IgnoreCase
?? false;