4 references to WaitForWindowToSet
Microsoft.Maui.Controls (4)
Shell\ShellNavigationManager.cs (4)
221
_shell.PropertyChanged +=
WaitForWindowToSet
;
225
shellContent.ChildAdded +=
WaitForWindowToSet
;
229
_shell.PropertyChanged -=
WaitForWindowToSet
;
231
shellContent.ChildAdded -=
WaitForWindowToSet
;