C# Class Manager.Integration.Test.WPF.MainWindow

Interaction logic for MainWindow.xaml
Afficher le fichier Open project: Teleopti/Stardust

Méthodes publiques

Méthode Description
MainWindow ( ) : System.Windows
RestoreScalingFactor ( object sender, System.Windows.Input.MouseButtonEventArgs args ) : void

Méthodes protégées

Méthode Description
OnPreviewMouseDown ( System.Windows.Input.MouseButtonEventArgs args ) : void
OnPreviewMouseWheel ( System.Windows.Input.MouseWheelEventArgs args ) : void

Private Methods

Méthode Description
Expander_OnCollapsed ( object sender, RoutedEventArgs e ) : void
Expander_OnExpanded ( object sender, RoutedEventArgs e ) : void
Window_Closed ( object sender, System e ) : void

Method Details

MainWindow() public méthode

public MainWindow ( ) : System.Windows
Résultat System.Windows

OnPreviewMouseDown() protected méthode

protected OnPreviewMouseDown ( System.Windows.Input.MouseButtonEventArgs args ) : void
args System.Windows.Input.MouseButtonEventArgs
Résultat void

OnPreviewMouseWheel() protected méthode

protected OnPreviewMouseWheel ( System.Windows.Input.MouseWheelEventArgs args ) : void
args System.Windows.Input.MouseWheelEventArgs
Résultat void

RestoreScalingFactor() public méthode

public RestoreScalingFactor ( object sender, System.Windows.Input.MouseButtonEventArgs args ) : void
sender object
args System.Windows.Input.MouseButtonEventArgs
Résultat void