2 implementations of Placeholder
Microsoft.Maui.Controls (2)
InputView\InputView.cs (1)
112 public string Placeholder
Shell\SearchHandler.cs (1)
253 public string Placeholder
2 references to Placeholder
Microsoft.Maui.Controls (2)
PlaceholderElement.cs (2)
8 /// <summary>Bindable property for <see cref="IPlaceholderElement.Placeholder"/>.</summary> 10 BindableProperty.Create(nameof(IPlaceholderElement.Placeholder), typeof(string), typeof(IPlaceholderElement), default(string));