3 references to QueryProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
719 SearchHandler.SetValue(SearchHandler.QueryProperty, sc.SearchBar.Text);
Shell\SearchHandler.cs (2)
534 get { return (string)GetValue(QueryProperty); } 535 set { SetValue(QueryProperty, value); }