C# Class Vidyano.View.Controls.PersistentObjectAttributeNumeric

Inheritance: System.Windows.Controls.TextBox
Show file Open project: stevehansen/vidyano_v1

Public Methods

Method Description
PersistentObjectAttributeNumeric ( ) : System

Protected Methods

Method Description
OnGotFocus ( RoutedEventArgs e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void

Private Methods

Method Description
EnsureInitialized ( ) : void
Number_Changed ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
NumericTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

OnGotFocus() protected method

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

PersistentObjectAttributeNumeric() public method

public PersistentObjectAttributeNumeric ( ) : System
return System