Implemented interface member:
property
IsTextPredictionEnabled
Microsoft.Maui.ITextInput.IsTextPredictionEnabled
3 references to IsTextPredictionEnabled
Microsoft.Maui.Controls (3)
InputView\InputView.cs (2)
22 /// <summary>Bindable property for <see cref="IsTextPredictionEnabled"/>.</summary> 23 public static readonly BindableProperty IsTextPredictionEnabledProperty = BindableProperty.Create(nameof(IsTextPredictionEnabled), typeof(bool), typeof(InputView), true);
SearchBar\SearchBar.cs (1)
48 /// Backing store for the <see cref="InputView.IsTextPredictionEnabled"/> property.