Property | Type | Description | |
---|---|---|---|
FindBrushResources | IEnumerable |
||
OnHotKey | Task | ||
PerformDialogCoordinatorAction | void | ||
RunCustomFromVm | void | ||
RunProgressFromVm | void | ||
ShowMessage | System.Action | ||
ToggleIconScaling | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
MainWindowViewModel ( IDialogCoordinator dialogCoordinator ) : System | ||
this ( string columnName ) : string |
Method | Description | |
---|---|---|
RaisePropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event if needed.
|
Method | Description | |
---|---|---|
FindBrushResources ( ) : IEnumerable |
||
OnHotKey ( object sender, HotkeyEventArgs e ) : Task | ||
PerformDialogCoordinatorAction ( System.Action action, bool runInMainThread ) : void | ||
RunCustomFromVm ( ) : void | ||
RunProgressFromVm ( ) : void | ||
ShowMessage ( string startingThread ) : System.Action | ||
ToggleIconScaling ( object obj ) : void |
public MainWindowViewModel ( IDialogCoordinator dialogCoordinator ) : System | ||
dialogCoordinator | IDialogCoordinator | |
return | System |
protected RaisePropertyChanged ( string propertyName ) : void | ||
propertyName | string | The name of the property that changed. |
return | void |