2 references to IsEnabledProperty
Microsoft.Maui.Controls (2)
Cells\Cell.cs (2)
130 get { return (bool)GetValue(IsEnabledProperty); } 131 set { SetValue(IsEnabledProperty, value); }