2 references to ClearPlaceholderIconProperty
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
477
get { return (ImageSource)GetValue(
ClearPlaceholderIconProperty
); }
478
set { SetValue(
ClearPlaceholderIconProperty
, value); }