6 references to GetDesiredSizeFromHandler
Microsoft.Maui (1)
Handlers\View\ViewHandlerOfT.iOS.cs (1)
20
this.
GetDesiredSizeFromHandler
(widthConstraint, heightConstraint);
Microsoft.Maui.Controls (5)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (1)
84
return this.
GetDesiredSizeFromHandler
(widthConstraint, heightConstraint);
Compatibility\Handlers\iOS\ViewRenderer.cs (1)
58
new SizeRequest(this.
GetDesiredSizeFromHandler
(widthConstraint, heightConstraint),
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (1)
66
this.
GetDesiredSizeFromHandler
(widthConstraint, heightConstraint);
Compatibility\Handlers\VisualElementRenderer.cs (1)
126
var size = handler.
GetDesiredSizeFromHandler
(widthConstraint, heightConstraint);
Handlers\Items\CarouselViewHandler.iOS.cs (1)
75
this.
GetDesiredSizeFromHandler
(widthConstraint, heightConstraint);