Application Properties
.NET Framework 4
The Application type exposes the following members.
| Name | Description | |
|---|---|---|
|
Current | Gets the Application object for the current AppDomain. |
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
MainWindow | Gets or sets the main window of the application. |
|
Properties | Gets a collection of application-scope properties. |
|
ResourceAssembly | Gets or sets the Assembly that provides the pack uniform resource identifiers (URIs) for resources in a WPF application. |
|
Resources | Gets or sets a collection of application-scope resources, such as styles and brushes. |
|
ShutdownMode | Gets or sets the condition that causes the Shutdown method to be called. |
|
StartupUri | Gets or sets a UI that is automatically shown when an application starts. |
|
Windows | Gets the instantiated windows in an application. |