2 references to SearchBar
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\SearchBar.cs (1)
15 public static readonly BindableProperty SearchBarStyleProperty = BindableProperty.Create("SearchBarStyle", typeof(UISearchBarStyle), typeof(SearchBar), UISearchBarStyle.Default);
SearchBar\SearchBar.Mapper.cs (1)
13 SearchBarHandler.Mapper.ReplaceMapping<SearchBar, ISearchBarHandler>(PlatformConfiguration.iOSSpecific.SearchBar.SearchBarStyleProperty.PropertyName, MapSearchBarStyle);