2 references to IsSpellCheckEnabledProperty
Microsoft.Maui.Controls (2)
InputView\InputView.cs (2)
94 get => (bool)GetValue(IsSpellCheckEnabledProperty); 95 set => SetValue(IsSpellCheckEnabledProperty, value);