1 instantiation of FlyoutView
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
32
_flyoutView = new
FlyoutView
();
2 references to FlyoutView
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\TabletFlyoutPageRenderer.cs (2)
25
FlyoutView
_flyoutView;
137
bool IsFlyoutVisible => !(_flyoutController?.View as EventedViewController.
FlyoutView
).IsCollapsed;