2 implementations of IPlaceholderElement
Microsoft.Maui.Controls (2)
InputView\InputView.cs (1)
9 public partial class InputView : View, IPlaceholderElement, ITextElement, ITextInput, IFontElement
Shell\SearchHandler.cs (1)
14 public class SearchHandler : BindableObject, ISearchHandlerController, IPlaceholderElement, IFontElement, ITextElement, ITextAlignmentElement
8 references to IPlaceholderElement
Microsoft.Maui.Controls (8)
PlaceholderElement.cs (6)
8 /// <summary>Bindable property for <see cref="IPlaceholderElement.Placeholder"/>.</summary> 10 BindableProperty.Create(nameof(IPlaceholderElement.Placeholder), typeof(string), typeof(IPlaceholderElement), default(string)); 12 /// <summary>Bindable property for <see cref="IPlaceholderElement.PlaceholderColor"/>.</summary> 14 BindableProperty.Create(nameof(IPlaceholderElement.PlaceholderColor), typeof(Color), typeof(IPlaceholderElement), default(Color));
Properties\AssemblyInfo.cs (2)
145[assembly: StyleProperty("-maui-placeholder", typeof(IPlaceholderElement), nameof(PlaceholderElement.PlaceholderProperty))] 146[assembly: StyleProperty("-maui-placeholder-color", typeof(IPlaceholderElement), nameof(PlaceholderElement.PlaceholderColorProperty))]