1 write to Orientation
Microsoft.Maui.Controls (1)
Items\ItemsLayout.cs (1)
12 Orientation = orientation;
13 references to Orientation
Microsoft.Maui.Controls (13)
Handlers\Items\iOS\CarouselViewController.cs (1)
167 protected override bool IsHorizontal => ItemsView?.ItemsLayout?.Orientation == ItemsLayoutOrientation.Horizontal;
Handlers\Items\iOS\ItemsViewLayout.cs (2)
51 var scrollDirection = itemsLayout.Orientation == ItemsLayoutOrientation.Horizontal 584 if (itemsLayout.Orientation == ItemsLayoutOrientation.Vertical)
Handlers\Items\iOS\StructuredItemsViewController.cs (1)
76 protected override bool IsHorizontal => (ItemsView?.ItemsLayout as ItemsLayout)?.Orientation == ItemsLayoutOrientation.Horizontal;
Handlers\Items2\CarouselViewHandler2.iOS.cs (2)
41 bool IsHorizontal = VirtualView.ItemsLayout.Orientation == ItemsLayoutOrientation.Horizontal; 162 bool IsHorizontal = VirtualView.ItemsLayout.Orientation == ItemsLayoutOrientation.Horizontal;
Handlers\Items2\iOS\CarouselViewController2.cs (1)
110 protected override bool IsHorizontal => ItemsView?.ItemsLayout?.Orientation == ItemsLayoutOrientation.Horizontal;
Handlers\Items2\iOS\GroupableItemsViewController2.cs (2)
151 orientation = linearItemsLayout.Orientation; 153 orientation = gridItemsLayout.Orientation;
Handlers\Items2\iOS\LayoutFactory2.cs (2)
13 => linearItemsLayout.Orientation == ItemsLayoutOrientation.Vertical 19 => gridItemsLayout.Orientation == ItemsLayoutOrientation.Vertical
Handlers\Items2\iOS\StructuredItemsViewController2.cs (1)
49 protected override bool IsHorizontal => (ItemsView?.ItemsLayout as ItemsLayout)?.Orientation == ItemsLayoutOrientation.Horizontal;
Items\ItemsLayoutTypeConverter.cs (1)
63 return $"{gil.Orientation}Grid,{gil.Span}";