1 implementation of IsEnabled
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
629 public bool IsEnabled
4 references to IsEnabled
Microsoft.Maui (3)
Handlers\RefreshView\RefreshViewHandler.cs (1)
23 [nameof(IView.IsEnabled)] = MapIsEnabled,
Handlers\View\ViewHandler.cs (2)
46 [nameof(IView.IsEnabled)] = MapIsEnabled, 281 /// Maps the abstract <see cref="IView.IsEnabled"/> property to the platform-specific implementations.
Microsoft.Maui.Controls.Compatibility (1)
RendererToHandlerShim.cs (1)
48 [nameof(IView.IsEnabled)] = MapIgnore,