3 references to SearchBarStyleProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\SearchBar.cs (2)
20 return (UISearchBarStyle)element.GetValue(SearchBarStyleProperty); 26 element.SetValue(SearchBarStyleProperty, style);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SearchBarRenderer.cs (1)
146 else if (e.PropertyName == PlatformConfiguration.iOSSpecific.SearchBar.SearchBarStyleProperty.PropertyName)