4 implementations of Window
Microsoft.Maui.Controls (4)
Cells\Cell.cs (1)
73 Window IWindowController.Window
Shell\BaseShellItem.cs (1)
303 Window IWindowController.Window
VisualElement\VisualElement.cs (1)
489 Window IWindowController.Window
Window\Window.cs (1)
407 Window IWindowController.Window
1 write to Window
Microsoft.Maui.Controls (1)
Internals\PropertyPropagationExtensions.cs (1)
109 controller.Window = sourceController?.Window;
2 references to Window
Microsoft.Maui.Controls (2)
Internals\PropertyPropagationExtensions.cs (1)
109 controller.Window = sourceController?.Window;
ViewExtensions.cs (1)
505 var window = (element as Window) ?? (element as IWindowController)?.Window;