Implemented interface member:
property
Placeholder
Microsoft.Maui.Controls.IPlaceholderElement.Placeholder
3 references to Placeholder
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (1)
198 var formatted = (FormattedString)_searchHandler.Placeholder ?? string.Empty;
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
724 searchBar.Placeholder = SearchHandler.Placeholder;
Shell\SearchHandler.cs (1)
159 /// <summary>Bindable property for <see cref="Placeholder"/>.</summary>