File: Layout\Layout.Mapper.cs | Web Access |
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls) |
#nullable disable using System; using System.Collections.Generic; using System.Text; using Microsoft.Maui.Layouts; namespace Microsoft.Maui.Controls { public abstract partial class Layout { internal static new void RemapForControls() { } } } |