maze-project
Show / Hide Table of Contents

Class App

MAUI application class

Inheritance
object
BindableObject
Element
Application
App
Implements
INotifyPropertyChanged
IElementController
IEffectControlProvider
IToolTipElement
IContextFlyoutElement
IApplicationController
IElementConfiguration<Application>
IVisualTreeElement
IApplication
IElement
Inherited Members
Application.ControlsApplicationMapper
Application.Quit()
Application.On<T>()
Application.OnAppLinkRequestReceived(Uri)
Application.OnParentSet()
Application.OnResume()
Application.OnSleep()
Application.OnStart()
Application.CleanUp()
Application.OpenWindow(Window)
Application.CloseWindow(Window)
Application.CreateWindow(IActivationState)
Application.AppLinks
Application.Current
Application.MainPage
Application.Resources
Application.UserAppTheme
Application.PlatformAppTheme
Application.RequestedTheme
Application.AccentColor
Application.Windows
Application.RequestedThemeChanged
Application.ModalPopped
Application.ModalPopping
Application.ModalPushed
Application.ModalPushing
Application.PageAppearing
Application.PageDisappearing
Element.AutomationIdProperty
Element.ClassIdProperty
Element.ControlsElementMapper
Element.InsertLogicalChild(int, Element)
Element.AddLogicalChild(Element)
Element.RemoveLogicalChild(Element)
Element.ClearLogicalChildren()
Element.FindByName(string)
Element.RemoveDynamicResource(BindableProperty)
Element.SetDynamicResource(BindableProperty, string)
Element.OnBindingContextChanged()
Element.OnChildAdded(Element)
Element.OnChildRemoved(Element, int)
Element.OnPropertyChanged(string)
Element.OnParentChanging(ParentChangingEventArgs)
Element.OnParentChanged()
Element.OnHandlerChanging(HandlerChangingEventArgs)
Element.OnHandlerChanged()
Element.MapAutomationPropertiesIsInAccessibleTree(IElementHandler, Element)
Element.MapAutomationPropertiesLabeledBy(IElementHandler, Element)
Element.MapAutomationPropertiesHelpText(IElementHandler, Element)
Element.MapAutomationPropertiesName(IElementHandler, Element)
Element.MapAutomationPropertiesExcludedWithChildren(IElementHandler, Element)
Element.AutomationId
Element.ClassId
Element.Effects
Element.Id
Element.StyleId
Element.Parent
Element.Handler
Element.ChildAdded
Element.ChildRemoved
Element.DescendantAdded
Element.DescendantRemoved
Element.ParentChanging
Element.ParentChanged
Element.HandlerChanging
Element.HandlerChanged
BindableObject.BindingContextProperty
BindableObject.ClearValue(BindableProperty)
BindableObject.ClearValue(BindablePropertyKey)
BindableObject.GetValue(BindableProperty)
BindableObject.IsSet(BindableProperty)
BindableObject.RemoveBinding(BindableProperty)
BindableObject.SetBinding(BindableProperty, BindingBase)
BindableObject.ApplyBindings()
BindableObject.OnPropertyChanging(string)
BindableObject.UnapplyBindings()
BindableObject.SetValue(BindableProperty, object)
BindableObject.SetValue(BindablePropertyKey, object)
BindableObject.CoerceValue(BindableProperty)
BindableObject.CoerceValue(BindablePropertyKey)
BindableObject.Dispatcher
BindableObject.BindingContext
BindableObject.PropertyChanged
BindableObject.PropertyChanging
BindableObject.BindingContextChanged
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Maze.Maui.App
Assembly: Maze.Maui.App.dll
Syntax
[XamlFilePath("App.xaml")]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Data.INotifyPropertyChanged")]
[WinRTExposedType(typeof(Maze_Maui_App_ViewModels_BaseViewModelWinRTTypeDetails))]
public class App : Application, INotifyPropertyChanged, IElementController, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IApplicationController, IElementConfiguration<Application>, IVisualTreeElement, IApplication, IElement

Constructors

App()

Constructor

Declaration
public App()

Implements

INotifyPropertyChanged
IElementController
IEffectControlProvider
IToolTipElement
IContextFlyoutElement
IApplicationController
IElementConfiguration<TElement>
IVisualTreeElement
IApplication
IElement
In this article
Back to top Generated by DocFX