1 write to _owner
Microsoft.Maui.Controls (1)
Window\Window.cs (1)
697
_owner
= owner;
3 references to _owner
Microsoft.Maui.Controls (3)
Window\Window.cs (3)
727
return
_owner
.ModalNavigationManager.ModalStack;
732
return
_owner
.ModalNavigationManager.PopModalAsync(animated);
737
return
_owner
.ModalNavigationManager.PushModalAsync(modal, animated);