3 types derived from NavigableElement
Microsoft.Maui.Controls (3)
Shell\BaseShellItem.cs (1)
17 public class BaseShellItem : NavigableElement, IPropertyPropagationController, IVisualController, IFlowDirectionController, IWindowController
VisualElement\VisualElement.cs (1)
25 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 NavigableElement
Microsoft.Maui.Controls (9)
Application\Application.cs (2)
492 if (window is NavigableElement ne) 563 if (window is NavigableElement ne)
MergedStyle.cs (3)
19 typeof(VisualElement), typeof(NavigableElement), typeof(Element) }; 159 BindableProperty implicitStyleProperty = BindableProperty.Create(nameof(ImplicitStyle), typeof(Style), typeof(NavigableElement), default(Style), 177 BindableProperty implicitStyleProperty = BindableProperty.Create(nameof(ImplicitStyle), typeof(Style), typeof(NavigableElement), default(Style),
NavigableElement\NavigableElement.cs (1)
14 BindableProperty.CreateReadOnly(nameof(Navigation), typeof(INavigation), typeof(NavigableElement), default(INavigation));
VisualElement\VisualElement.cs (3)
27 /// <summary>Bindable property for <see cref="NavigableElement.Navigation"/>.</summary> 28 public new static readonly BindableProperty NavigationProperty = NavigableElement.NavigationProperty; 31 public new static readonly BindableProperty StyleProperty = NavigableElement.StyleProperty;