9 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)
572 view.Arrange(platformFrame.ToRectangle());
Platform\iOS\WindowExtensions.cs (1)
58 window.FrameChanged(platformWindow.Bounds.ToRectangle());
Platform\iOS\WrapperView.cs (1)
129 CrossPlatformLayout?.CrossPlatformArrange(Bounds.ToRectangle());