C# Class xFunc.Views.Converter

Inheritance: System.Windows.Window
Show file Open project: sys27/xFunc Class Usage Examples

Public Properties

Property Type Description
CalculateCommand System.Windows.Input.RoutedCommand
CopyFromCommand System.Windows.Input.RoutedCommand
CopyToCommand System.Windows.Input.RoutedCommand

Public Methods

Method Description
Converter ( MathControl mathControl ) : System

Private Methods

Method Description
CalculateCommand_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
CalculateCommand_Executed ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
ConvertFromTo ( ) : void
ConvertToFrom ( ) : void
CopyFromCommand_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
CopyFromCommand_Executed ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
CopyToCommand_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
CopyToCommand_Executed ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
SetUnits ( ) : void
convertersComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
fromTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
fromToComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
toTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

Converter() public method

public Converter ( MathControl mathControl ) : System
mathControl MathControl
return System

Property Details

CalculateCommand public static property

public static RoutedCommand,System.Windows.Input CalculateCommand
return System.Windows.Input.RoutedCommand

CopyFromCommand public static property

public static RoutedCommand,System.Windows.Input CopyFromCommand
return System.Windows.Input.RoutedCommand

CopyToCommand public static property

public static RoutedCommand,System.Windows.Input CopyToCommand
return System.Windows.Input.RoutedCommand