2 references to ClearPlaceholderNameProperty
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
484
get { return (string)GetValue(
ClearPlaceholderNameProperty
); }
485
set { SetValue(
ClearPlaceholderNameProperty
, value); }