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)
117 get => (string)GetValue(PlaceholderProperty); 118 set => SetValue(PlaceholderProperty, value);
SearchBar\SearchBar.cs (1)
33 public new static readonly BindableProperty PlaceholderProperty = InputView.PlaceholderProperty;