KAMISHIBAI
|
This is the complete list of members for WindowService, including all inherited members.
CloseDialogAsync(bool dialogResult, object? window) (defined in WindowService) | WindowService | inline |
CloseWindowAsync(object? window) (defined in WindowService) | WindowService | inline |
OpenDialogAsync(Type viewModelType, object? owner, OpenDialogOptions options) (defined in WindowService) | WindowService | inline |
OpenDialogAsync< TViewModel >(object? owner, OpenDialogOptions options) (defined in WindowService) | WindowService | |
OpenDialogAsync< TViewModel >(TViewModel viewModel, object? owner, OpenDialogOptions options) (defined in WindowService) | WindowService | inline |
OpenDialogAsync< TViewModel >(Action< TViewModel > init, object? owner, OpenDialogOptions options) (defined in WindowService) | WindowService | inline |
OpenFile(OpenFileDialogContext context) (defined in WindowService) | WindowService | inline |
OpenWindowAsync(Type viewModelType, object? owner, OpenWindowOptions options) (defined in WindowService) | WindowService | inline |
OpenWindowAsync(Type viewModelType, object? owner, object viewModel, OpenWindowOptions options) (defined in WindowService) | WindowService | inline |
OpenWindowAsync< TViewModel >(object? owner, OpenWindowOptions options) (defined in WindowService) | WindowService | |
OpenWindowAsync< TViewModel >(TViewModel viewModel, object? owner, OpenWindowOptions options) (defined in WindowService) | WindowService | inline |
OpenWindowAsync< TViewModel >(Action< TViewModel > init, object? owner, OpenWindowOptions options) (defined in WindowService) | WindowService | inline |
SaveFile(SaveFileDialogContext context) (defined in WindowService) | WindowService | inline |
ShowMessage(string messageBoxText, string caption, MessageBoxButton button, MessageBoxImage icon, MessageBoxResult defaultResult, MessageBoxOptions options, object? owner) (defined in WindowService) | WindowService | inline |
WindowService(IServiceProvider serviceProvider) (defined in WindowService) | WindowService | inline |