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