3 references to CancelButtonColor
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (1)
175
var cancelColor = _searchHandler.
CancelButtonColor
;
Shell\SearchHandler.cs (2)
144
/// <summary>Bindable property for <see cref="
CancelButtonColor
"/>.</summary>
145
public static readonly BindableProperty CancelButtonColorProperty = BindableProperty.Create(nameof(
CancelButtonColor
), typeof(Color), typeof(SearchHandler), default(Color));