1 instantiation of LayoutView
Microsoft.Maui (1)
Handlers\Layout\LayoutHandler.iOS.cs (1)
17 return new()
11 references to LayoutView
Microsoft.Maui (11)
Handlers\Layout\ILayoutHandler.cs (2)
2using PlatformView = Microsoft.Maui.Platform.LayoutView; 18 new PlatformView PlatformView { get; }
Handlers\Layout\LayoutHandler.cs (3)
3using PlatformView = Microsoft.Maui.Platform.LayoutView; 53 PlatformView ILayoutHandler.PlatformView => PlatformView; 78 ((PlatformView?)handler.PlatformView)?.UpdateClipsToBounds(layout);
Handlers\Layout\LayoutHandler.iOS.cs (3)
8 public partial class LayoutHandler : ViewHandler<ILayout, LayoutView> 10 protected override LayoutView CreatePlatformView() 113 protected override void DisconnectHandler(LayoutView platformView)
Platform\iOS\LayoutView.cs (1)
42 if (result is LayoutView layoutView && !layoutView.UserInteractionEnabledOverride)
Platform\iOS\LayoutViewExtensions.cs (1)
5 public static void UpdateClipsToBounds(this LayoutView layoutView, ILayout layout)
Platform\iOS\ViewExtensions.cs (1)
80 if (platformView is LayoutView)