1 implementation of IsSpellCheckEnabled
Microsoft.Maui.Controls (1)
InputView\InputView.cs (1)
89
public bool
IsSpellCheckEnabled
6 references to IsSpellCheckEnabled
Microsoft.Maui (6)
Handlers\Editor\EditorHandler.cs (1)
25
[nameof(IEditor.
IsSpellCheckEnabled
)] = MapIsSpellCheckEnabled,
Handlers\Editor\EditorHandler.Standard.cs (1)
24
/// Maps the abstract <see cref="ITextInput.
IsSpellCheckEnabled
"/> property to the platform-specific implementations.
Handlers\Entry\EntryHandler.cs (1)
31
[nameof(IEntry.
IsSpellCheckEnabled
)] = MapIsSpellCheckEnabled,
Handlers\Entry\EntryHandler.Standard.cs (1)
23
/// Maps the abstract <see cref="ITextInput.
IsSpellCheckEnabled
"/> property to the platform-specific implementations.
Handlers\SearchBar\SearchBarHandler.cs (1)
30
[nameof(ISearchBar.
IsSpellCheckEnabled
)] = MapIsSpellCheckEnabled,
Handlers\SearchBar\SearchBarHandler.Standard.cs (1)
31
/// Maps the abstract <see cref="ITextInput.
IsSpellCheckEnabled
"/> property to the platform-specific implementations.