4 implementations of IWindowController
Microsoft.Maui.Controls (4)
Cells\Cell.cs (1)
14 public abstract class Cell : Element, ICellController, IFlowDirectionController, IPropertyPropagationController, IVisualController, IWindowController, IVisualTreeElement
Shell\BaseShellItem.cs (1)
17 public class BaseShellItem : NavigableElement, IPropertyPropagationController, IVisualController, IFlowDirectionController, IWindowController
VisualElement\VisualElement.cs (1)
21 public partial class VisualElement : NavigableElement, IAnimatable, IVisualElementController, IResourcesProvider, IStyleElement, IFlowDirectionController, IPropertyPropagationController, IVisualController, IWindowController, IView, IControlsVisualElement
Window\Window.cs (1)
15 public partial class Window : NavigableElement, IWindow, IToolbarElement, IMenuBarElement, IFlowDirectionController, IWindowController
9 references to IWindowController
Microsoft.Maui.Controls (9)
Cells\Cell.cs (1)
73 Window IWindowController.Window
Internals\PropertyPropagationExtensions.cs (4)
103 var controller = target as IWindowController; 107 var sourceController = source as IWindowController;
Shell\BaseShellItem.cs (1)
303 Window IWindowController.Window
ViewExtensions.cs (1)
505 var window = (element as Window) ?? (element as IWindowController)?.Window;
VisualElement\VisualElement.cs (1)
489 Window IWindowController.Window
Window\Window.cs (1)
407 Window IWindowController.Window