UiApplication class¶
Defined in
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.UiApplication
Modifiers: public
Summary¶
Represents a UI application.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Remarks¶
Initializes a new instance of the UiApplication class.
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [UiApplication](# class. |
Properties¶
| Name | Summary |
|---|---|
| static Current | Gets the current application. |
| IsApplication | Gets a value indicating whether the application is running outside of the desktop app context. |
| MainWindow | Gets or sets the application's main window. |
| Resources | Gets or sets the application's resources. |
Methods¶
| Name | Summary |
|---|---|
| TryFindResource | Gets or sets the application's main window. |
| Shutdown | Turns the application's into shutdown mode. |