1 implementation of Content
Microsoft.Maui.Controls (1)
Window\Window.cs (1)
413 IView? IWindow.Content =>
3 references to Content
Microsoft.Maui (2)
Handlers\Window\WindowHandler.cs (1)
20 [nameof(IWindow.Content)] = MapContent,
VisualDiagnostics\VisualDiagnosticsOverlay.cs (1)
194 if (Window.Content is not IVisualTreeElement content)
Microsoft.Maui.Controls (1)
Window\Window.cs (1)
277 Handler?.UpdateValue(nameof(IWindow.Content));