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