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)
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 NavigableElement
Microsoft.Maui.Controls (9)
Application\Application.cs (2)
490
if (window is
NavigableElement
ne)
561
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)
23
/// <summary>Bindable property for <see cref="
NavigableElement
.Navigation"/>.</summary>
24
public new static readonly BindableProperty NavigationProperty =
NavigableElement
.NavigationProperty;
27
public new static readonly BindableProperty StyleProperty =
NavigableElement
.StyleProperty;