2 implementations of IsTextPredictionEnabled
Microsoft.Maui.Controls (2)
InputView\InputView.cs (1)
98 public bool IsTextPredictionEnabled
SearchBar\SearchBar.cs (1)
148 bool ITextInput.IsTextPredictionEnabled => true;
6 references to IsTextPredictionEnabled
Microsoft.Maui (6)
Handlers\Editor\EditorHandler.cs (1)
24 [nameof(IEditor.IsTextPredictionEnabled)] = MapIsTextPredictionEnabled,
Handlers\Editor\EditorHandler.Standard.cs (1)
17 /// Maps the abstract <see cref="ITextInput.IsTextPredictionEnabled"/> property to the platform-specific implementations.
Handlers\Entry\EntryHandler.cs (1)
30 [nameof(IEntry.IsTextPredictionEnabled)] = MapIsTextPredictionEnabled,
Handlers\Entry\EntryHandler.Standard.cs (1)
16 /// Maps the abstract <see cref="ITextInput.IsTextPredictionEnabled"/> property to the platform-specific implementations.
Handlers\SearchBar\SearchBarHandler.cs (1)
29 [nameof(ISearchBar.IsTextPredictionEnabled)] = MapIsTextPredictionEnabled,
Handlers\SearchBar\SearchBarHandler.Standard.cs (1)
24 /// Maps the abstract <see cref="ITextInput.IsTextPredictionEnabled"/> property to the platform-specific implementations.