3 references to IsEnabledProperty
Microsoft.Maui.Controls (3)
Shell\BackButtonBehavior.cs (3)
60
get { return (bool)GetValue(
IsEnabledProperty
); }
61
set { SetValue(
IsEnabledProperty
, value); }
77
bool IsEnabledCore { set => SetValue(
IsEnabledProperty
, value); }