4 types derived from Layout
Microsoft.Maui.Controls (4)
ContentPresenter.cs (1)
12 public class ContentPresenter : Compatibility.Layout, IContentView
LegacyLayouts\Layout.cs (1)
21 public abstract partial class Layout<T> : Layout, Microsoft.Maui.ILayout, ILayoutManager, IBindableLayout, IViewContainer<T> where T : View
ScrollView\ScrollView.cs (1)
16 public partial class ScrollView : Compatibility.Layout, IScrollViewController, IElementConfiguration<ScrollView>, IFlowDirectionController, IScrollView, IContentView
TemplatedView\TemplatedView.cs (1)
12 public partial class TemplatedView : Compatibility.Layout, IControlTemplated, IContentView
8 references to Layout
Microsoft.Maui.Controls (8)
Frame\Frame.cs (1)
137 frame.IsSet(Compatibility.Layout.IsClippedToBoundsProperty) ? frame.IsClippedToBounds : defaultValue;
LegacyLayouts\Layout.cs (5)
97 BindableProperty.Create(nameof(IsClippedToBounds), typeof(bool), typeof(Layout), false, 102 BindableProperty.Create(nameof(CascadeInputTransparent), typeof(bool), typeof(Layout), true, 662 var parent = view.Parent as Layout; 760 if (bindable is Layout layout && layout.InputTransparent)
Page\Page.cs (2)
442 Maui.Controls.Compatibility.Layout.LayoutChildIntoBoundingRegion(child, originalArea); 444 Maui.Controls.Compatibility.Layout.LayoutChildIntoBoundingRegion(child, area);