18 references to ToRectangle
Microsoft.Maui (9)
Handlers\ViewHandlerExtensions.iOS.cs (1)
39 var rect = bounds.Value.ToRectangle();
Handlers\Window\WindowHandler.iOS.cs (2)
129 VirtualView.FrameChanged(window.Bounds.ToRectangle()); 159 var newRectangle = newGeometry.SystemFrame.ToRectangle();
Hosting\LifecycleEvents\AppHostBuilderExtensions.iOS.cs (1)
133 window.FrameChanged(platformWindow.Frame.ToRectangle());
Platform\iOS\MauiCALayer.cs (1)
311 var bounds = _bounds.ToRectangle();
Platform\iOS\MauiView.cs (1)
123 var bounds = AdjustForSafeArea(Bounds).ToRectangle();
Platform\iOS\ViewExtensions.cs (1)
526 view.Arrange(platformFrame.ToRectangle());
Platform\iOS\WindowExtensions.cs (1)
57 window.FrameChanged(platformWindow.Bounds.ToRectangle());
Platform\iOS\WrapperView.cs (1)
147 CrossPlatformLayout?.CrossPlatformArrange(Bounds.ToRectangle());
Microsoft.Maui.Controls (9)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (2)
364 _footerRenderer.VirtualView.Arrange(platformFrame.ToRectangle()); 384 _headerRenderer.VirtualView.Arrange(platformFrame.ToRectangle());
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
202 (Element as IView).Arrange(View.Bounds.ToRectangle());
Compatibility\Handlers\Shell\iOS\UIContainerCell.cs (1)
115 view.Arrange(Bounds.ToRectangle());
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (1)
129 view.Arrange(View.Bounds.ToRectangle());
Handlers\Items\iOS\ItemsViewController.cs (1)
723 _emptyViewFormsElement.Layout(frame.ToRectangle());
Handlers\Items\iOS\TemplatedCell.cs (2)
120 var nativeBounds = platformView.Frame.ToRectangle(); 140 var rectangle = platformView.Frame.ToRectangle();
Handlers\Items2\iOS\ItemsViewController2.cs (1)
543 _emptyViewFormsElement.Layout(frame.ToRectangle());