4 references to QueryIcon
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
730
var icon = SearchHandler.
QueryIcon
;
Shell\SearchHandler.cs (3)
393
/// <summary>Bindable property for <see cref="
QueryIcon
"/>.</summary>
395
BindableProperty.Create(nameof(
QueryIcon
), typeof(ImageSource), typeof(SearchHandler), null, BindingMode.OneTime,
719
var queryIcon =
QueryIcon
;