3 references to SearchHandlerProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
117
else if (e.PropertyName == Shell.
SearchHandlerProperty
.PropertyName)
Shell\Shell.cs (2)
301
public static SearchHandler GetSearchHandler(BindableObject obj) => (SearchHandler)obj.GetValue(
SearchHandlerProperty
);
309
public static void SetSearchHandler(BindableObject obj, SearchHandler handler) => obj.SetValue(
SearchHandlerProperty
, handler);