File: IControlsView.cs | Web Access |
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls) |
#nullable enable using System; using System.Collections.Generic; using System.Text; using Microsoft.Maui.Controls.Platform; using Microsoft.Maui.HotReload; namespace Microsoft.Maui.Controls { internal interface IControlsView : IControlsVisualElement { } } |