3 references to ToCGRect
Microsoft.Maui.Controls (3)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (1)
376
var frame = Element.Bounds.
ToCGRect
();
Handlers\Items\iOS\TemplateHelpers.cs (2)
23
(handler.PlatformView as UIView).Frame = view.Bounds.
ToCGRect
();
59
wrapperView.Frame = mauiView.Bounds.
ToCGRect
();