4 references to Window
Microsoft.Maui.Controls (4)
Shell\BaseShellItem.cs (2)
297 nameof(Window), typeof(Window), typeof(BaseShellItem), null); 299 /// <summary>Bindable property for <see cref="Window"/>.</summary>
Shell\ShellContent.cs (1)
244 this.Window is null; // user has set the main page to a different shell instance
Shell\ShellItem.cs (1)
384 public Window Window => shellItem.Window;