4 references to _modalStack
Microsoft.Maui.Controls (4)
NavigationModel.cs (4)
39
get { return
_modalStack
.AsReadOnly(); }
64
_modalStack
.Clear();
106
_modalStack
.Remove(modal);
195
_modalStack
.Add(page);