7 references to IsTextPredictionEnabledProperty
Microsoft.Maui.Controls (7)
Editor\Editor.cs (2)
41 /// <inheritdoc cref="InputView.IsTextPredictionEnabledProperty"/> 42 public new static readonly BindableProperty IsTextPredictionEnabledProperty = InputView.IsTextPredictionEnabledProperty;
Entry\Entry.cs (2)
74 /// <inheritdoc cref="InputView.IsTextPredictionEnabledProperty"/> 75 public static new readonly BindableProperty IsTextPredictionEnabledProperty = InputView.IsTextPredictionEnabledProperty;
InputView\InputView.cs (2)
103 get => (bool)GetValue(IsTextPredictionEnabledProperty); 104 set => SetValue(IsTextPredictionEnabledProperty, value);
SearchBar\SearchBar.cs (1)
53 public static new readonly BindableProperty IsTextPredictionEnabledProperty = InputView.IsTextPredictionEnabledProperty;