- Namespace
- MahApps
.Metro .Controls - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["Extensions"]
class Type type-node
Syntax
public static class Extensions
Methods
Name | Value | Summary |
---|---|---|
BeginInvoke |
void |
Executes the specified action asynchronously with the DispatcherPriority.Background on the thread that the Dispatcher was created on.
static
|
BeginInvoke |
void |
static
|
ExecuteWhenLoaded |
void |
Executes the specified action if the element is loaded or at the loaded event if it's not loaded.
static
|
Invoke |
void |
static
|
Invoke |
T |
static
|