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)
100
get => (bool)GetValue(
IsTextPredictionEnabledProperty
);
101
set => SetValue(
IsTextPredictionEnabledProperty
, value);
SearchBar\SearchBar.cs (1)
50
public static new readonly BindableProperty IsTextPredictionEnabledProperty = InputView.
IsTextPredictionEnabledProperty
;