1 write to _flyoutPage
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
139
protected FlyoutPage FlyoutPage => _flyoutPage ?? (
_flyoutPage
= (FlyoutPage)Element);
2 references to _flyoutPage
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\TabletFlyoutPageRenderer.cs (2)
139
protected FlyoutPage FlyoutPage =>
_flyoutPage
?? (_flyoutPage = (FlyoutPage)Element);
331
FlyoutPage flyoutDetailPage =
_flyoutPage
?? Element as FlyoutPage;