#nullable disable namespace Microsoft.Maui.Controls.Xaml { interface IConverterOptions { bool IgnoreCase { get; } } }