C# Class xFunc.Views.MathControl

Inheritance: System.Windows.Controls.UserControl, IMathView
Show file Open project: sys27/xFunc Class Usage Examples

Public Properties

Property Type Description
CopyAnswerToClipCommand System.Windows.Input.RoutedCommand
CopyAnswerToInputCommand System.Windows.Input.RoutedCommand
CopyExpToClipCommand System.Windows.Input.RoutedCommand
CopyExpToInputCommand System.Windows.Input.RoutedCommand
DeleteExpCommand System.Windows.Input.RoutedCommand
StatusProperty System.Windows.DependencyProperty

Public Methods

Method Description
MathControl ( ) : System
MathControl ( MathPresenter presenter ) : System

Private Methods

Method Description
CopyAnswerToClip_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
CopyAnswerToInput_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
CopyExpToClip_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
CopyExpToInput_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
Copy_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
DeleteExp_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
DeleteExp_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
MathExpEnter ( ) : void
mathExpressionBox_KeyUp ( object o, System.Windows.Input.KeyEventArgs args ) : void
removeMath_Click ( object o, RoutedEventArgs args ) : void

Method Details

MathControl() public method

public MathControl ( ) : System
return System

MathControl() public method

public MathControl ( MathPresenter presenter ) : System
presenter xFunc.Presenters.MathPresenter
return System

Property Details

CopyAnswerToClipCommand public static property

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

CopyAnswerToInputCommand public static property

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

CopyExpToClipCommand public static property

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

CopyExpToInputCommand public static property

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

DeleteExpCommand public static property

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

StatusProperty public static property

public static DependencyProperty,System.Windows StatusProperty
return System.Windows.DependencyProperty