6 references to PlaceholderProperty
Microsoft.Maui.Controls (6)
Editor\Editor.cs (1)
36
public new static readonly BindableProperty PlaceholderProperty = InputView.
PlaceholderProperty
;
Entry\Entry.cs (2)
29
/// <inheritdoc cref="InputView.
PlaceholderProperty
"/>
30
public new static readonly BindableProperty PlaceholderProperty = InputView.
PlaceholderProperty
;
InputView\InputView.cs (2)
114
get => (string)GetValue(
PlaceholderProperty
);
115
set => SetValue(
PlaceholderProperty
, value);
SearchBar\SearchBar.cs (1)
30
public new static readonly BindableProperty PlaceholderProperty = InputView.
PlaceholderProperty
;