C# Class withSIX.Core.Presentation.Wpf.Helpers.DialogHelper

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
ActivateWindows ( bool activate = true, bool allWindows = true ) : void
SetMainWindowOwner ( Window window ) : void
TryIsDesktopCompositionEnabled ( ) : bool

Private Methods

Méthode Description
ActivateAllWindows ( bool activate, Application app, Window mainWindow ) : void
ActivateMainWindow ( bool activate, Window mainWindow ) : void
GetMainWindow ( ) : Window
SetToNormalIfMinimized ( Window mainWindow ) : void
TryActivateMainWindow ( Window mainWindow ) : void
TryShowWindow ( Window window ) : void

Method Details

ActivateWindows() public static méthode

public static ActivateWindows ( bool activate = true, bool allWindows = true ) : void
activate bool
allWindows bool
Résultat void

SetMainWindowOwner() public static méthode

public static SetMainWindowOwner ( Window window ) : void
window System.Windows.Window
Résultat void

TryIsDesktopCompositionEnabled() public static méthode

public static TryIsDesktopCompositionEnabled ( ) : bool
Résultat bool