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