7 references to ToRectangle
Microsoft.Maui.Controls.Compatibility (7)
iOS\Cells\ViewCellRenderer.cs (1)
101 Layout.LayoutChildIntoBoundingRegion(view, contentFrame.ToRectangle());
iOS\CollectionView\ItemsViewController.cs (1)
561 _emptyViewFormsElement.Layout(frame.ToRectangle());
iOS\CollectionView\TemplatedCell.cs (2)
90 var nativeBounds = nativeView.Frame.ToRectangle(); 191 var rectangle = nativeView.Frame.ToRectangle();
iOS\Renderers\PageRenderer.cs (1)
134 Element.Layout(View.Bounds.ToRectangle());
iOS\Renderers\TabbedRenderer.cs (1)
138 Element.Layout(View.Bounds.ToRectangle());
iOS\Renderers\UIContainerCell.cs (1)
106 View.Layout(Bounds.ToRectangle());