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