3 references to FlyoutPage
Microsoft.Maui.Controls (3)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (3)
36
IFlyoutPageController FlyoutPageController =>
FlyoutPage
;
385
var detailRenderer =
FlyoutPage
.Detail.Handler as IPlatformViewHandler;
800
var detailView = ((IPlatformViewHandler)
FlyoutPage
.Detail.Handler).ViewController.View;