6 references to PlaceholderColorProperty
Microsoft.Maui.Controls (6)
Editor\Editor.cs (1)
39
public new static readonly BindableProperty PlaceholderColorProperty = InputView.
PlaceholderColorProperty
;
Entry\Entry.cs (2)
32
/// <inheritdoc cref="InputView.
PlaceholderColorProperty
"/>
33
public new static readonly BindableProperty PlaceholderColorProperty = InputView.
PlaceholderColorProperty
;
InputView\InputView.cs (2)
121
get => (Color)GetValue(
PlaceholderColorProperty
);
122
set => SetValue(
PlaceholderColorProperty
, value);
SearchBar\SearchBar.cs (1)
33
public new static readonly BindableProperty PlaceholderColorProperty = InputView.
PlaceholderColorProperty
;