1 write to _owner
Microsoft.Maui.Controls (1)
Window\Window.cs (1)
696
_owner
= owner;
3 references to _owner
Microsoft.Maui.Controls (3)
Window\Window.cs (3)
726
return
_owner
.ModalNavigationManager.ModalStack;
731
return
_owner
.ModalNavigationManager.PopModalAsync(animated);
736
return
_owner
.ModalNavigationManager.PushModalAsync(modal, animated);