3 references to CancelButtonColorProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (1)
102 else if (e.Is(SearchHandler.CancelButtonColorProperty))
Shell\SearchHandler.cs (2)
186 get { return (Color)GetValue(CancelButtonColorProperty); } 187 set { SetValue(CancelButtonColorProperty, value); }