2 writes to _parentFlyoutPage
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\NavigationRenderer.cs (2)
281 _parentFlyoutPage = null; 415 _parentFlyoutPage = flyoutDetail;
3 references to _parentFlyoutPage
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\NavigationRenderer.cs (3)
1252 if (n._parentFlyoutPage == null) 1261 SetFlyoutLeftBarButton(this, n._parentFlyoutPage); 1378 if (!Forms.IsiOS11OrNewer || n._parentFlyoutPage != null)