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

Interaction logic for MainWindow.xaml
显示文件 Open project: Teleopti/Stardust

Public Methods

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

Protected Methods

Method Description
OnPreviewMouseDown ( System.Windows.Input.MouseButtonEventArgs args ) : void
OnPreviewMouseWheel ( System.Windows.Input.MouseWheelEventArgs args ) : void

Private Methods

Method 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 method

public MainWindow ( ) : System.Windows
return System.Windows

OnPreviewMouseDown() protected method

protected OnPreviewMouseDown ( System.Windows.Input.MouseButtonEventArgs args ) : void
args System.Windows.Input.MouseButtonEventArgs
return void

OnPreviewMouseWheel() protected method

protected OnPreviewMouseWheel ( System.Windows.Input.MouseWheelEventArgs args ) : void
args System.Windows.Input.MouseWheelEventArgs
return void

RestoreScalingFactor() public method

public RestoreScalingFactor ( object sender, System.Windows.Input.MouseButtonEventArgs args ) : void
sender object
args System.Windows.Input.MouseButtonEventArgs
return void