5 references to PlaceholderProperty
Microsoft.Maui.Controls (5)
InputView\InputView.cs (1)
32 public static readonly BindableProperty PlaceholderProperty = PlaceholderElement.PlaceholderProperty;
Properties\AssemblyInfo.cs (1)
145[assembly: StyleProperty("-maui-placeholder", typeof(IPlaceholderElement), nameof(PlaceholderElement.PlaceholderProperty))]
Shell\SearchHandler.cs (3)
160 public static readonly BindableProperty PlaceholderProperty = PlaceholderElement.PlaceholderProperty; 255 get => (string)GetValue(PlaceholderElement.PlaceholderProperty); 256 set => SetValue(PlaceholderElement.PlaceholderProperty, value);