File: IWindowController.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
namespace Microsoft.Maui.Controls
{
	interface IWindowController
	{
		Window Window { get; set; }
	}
}