1 reference to OnIsEnabledPropertyChanged
Microsoft.Maui.Controls (1)
Cells\Cell.cs (1)
19 public static readonly BindableProperty IsEnabledProperty = BindableProperty.Create(nameof(IsEnabled), typeof(bool), typeof(Cell), true, propertyChanged: OnIsEnabledPropertyChanged);