3 references to CancelButtonColorProperty
Microsoft.Maui.Controls (2)
SearchBar\SearchBar.cs (2)
75 get { return (Color)GetValue(CancelButtonColorProperty); } 76 set { SetValue(CancelButtonColorProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SearchBarRenderer.cs (1)
124 else if (e.PropertyName == SearchBar.CancelButtonColorProperty.PropertyName)