6 writes to Presented
Microsoft.Maui.Controls.Compatibility (6)
iOS\Renderers\PhoneFlyoutPageRenderer.cs (6)
91
Presented
= ((FlyoutPage)Element).IsPresented;
146
Presented
= false;
165
Presented
= false;
248
Presented
= ((FlyoutPage)Element).IsPresented;
506
Presented
= false;
513
Presented
= true;
7 references to Presented
Microsoft.Maui.Controls.Compatibility (7)
iOS\Renderers\PhoneFlyoutPageRenderer.cs (7)
145
if (
Presented
)
279
if (
Presented
)
312
if (
Presented
)
438
flyoutView.AccessibilityElementsHidden = !
Presented
;
442
detailView.AccessibilityElementsHidden =
Presented
;
486
if (
Presented
)
503
if (
Presented
)