1 write to _modals
Microsoft.Maui.Controls.Compatibility (1)
iOS\Platform.cs (1)
56
_modals
= new List<Page>();
16 references to _modals
Microsoft.Maui.Controls.Compatibility (16)
iOS\Platform.cs (16)
100
return
_modals
;
126
var modal =
_modals
.Last();
127
_modals
.Remove(modal);
132
if (
_modals
.Count >= 1 && controller != null)
202
_modals
.Add(modal);
423
return Page == parent ||
_modals
.Contains(parent);
548
if (
_modals
.Count > 1)
550
var topPage =
_modals
[
_modals
.Count - 2];
576
if (
_modals
.Count > 0)
578
var uiViewController = GetRenderer(
_modals
[
_modals
.Count - 1]) as UIViewController;
713
_previousModals = new List<Page>(
_modals
);
714
_modals
.Clear();
723
foreach (var modal in (_previousModals ??
_modals
))
727
_modals
.Clear();