3 references to IsEnabledProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (1)
255 if (e.PropertyName == BaseShellItem.IsEnabledProperty.PropertyName)
Shell\BaseShellItem.cs (2)
97 get { return (bool)GetValue(IsEnabledProperty); } 98 set { SetValue(IsEnabledProperty, value); }