The AppCanApp type exposes the following members.

Properties

  NameDescription
Protected propertyArgs
The Arguments the application was started with
Public propertyContainer
Gets the root unity container (or derived classes can set it)
Public propertyContextManager
Returns context manager (or derived class can set the context manager)
Protected propertyDefaultContextName
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyMainWindow
Gets or sets the main window of the application.
(Inherited from Application.)
Public propertyStatic memberModelManager
Gets or sets the model manager.
Public propertyProperties
Gets a collection of application-scope properties.
(Inherited from Application.)
Public propertyResources
Gets or sets a collection of application-scope resources, such as styles and brushes.
(Inherited from Application.)
Public propertyShellContext
Returns the context instance used for the shell main window
Public propertyShutdownMode
Gets or sets the condition that causes the Shutdown()()()() method to be called.
(Inherited from Application.)
Public propertyStartupUri
Gets or sets a UI that is automatically shown when an application starts.
(Inherited from Application.)
Public propertyWindows
Gets the instantiated windows in an application.
(Inherited from Application.)

See Also