2 writes to _parentFlyoutPage
Microsoft.Maui.Controls (2)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (2)
266 _parentFlyoutPage = null; 405 _parentFlyoutPage = flyoutDetail;
3 references to _parentFlyoutPage
Microsoft.Maui.Controls (3)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (3)
1475 if (n._parentFlyoutPage == null) 1484 SetFlyoutLeftBarButton(this, n._parentFlyoutPage); 1609 if (!(OperatingSystem.IsIOSVersionAtLeast(11) || OperatingSystem.IsMacCatalystVersionAtLeast(11)) || n._parentFlyoutPage != null)