5 references to PlaceholderColorProperty
Microsoft.Maui.Controls (5)
InputView\InputView.cs (1)
35
public static readonly BindableProperty PlaceholderColorProperty = PlaceholderElement.
PlaceholderColorProperty
;
Properties\AssemblyInfo.cs (1)
146
[assembly: StyleProperty("-maui-placeholder-color", typeof(IPlaceholderElement), nameof(PlaceholderElement.
PlaceholderColorProperty
))]
Shell\SearchHandler.cs (3)
163
public static readonly BindableProperty PlaceholderColorProperty = PlaceholderElement.
PlaceholderColorProperty
;
248
get => (Color)GetValue(PlaceholderElement.
PlaceholderColorProperty
);
249
set => SetValue(PlaceholderElement.
PlaceholderColorProperty
, value);