C# Class Xceed.Wpf.Toolkit.CalculatorUpDown

Inheritance: DecimalUpDown
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
DisplayTextProperty System.Windows.DependencyProperty
EnterClosesCalculatorProperty System.Windows.DependencyProperty
IsOpenProperty System.Windows.DependencyProperty
MemoryProperty System.Windows.DependencyProperty
PrecisionProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Protected Methods

Method Description
OnIsOpenChanged ( bool oldValue, bool newValue ) : void
OnTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void

Private Methods

Method Description
CalculatorPopup_Opened ( object sender, EventArgs e ) : void
CalculatorUpDown ( ) : System
CloseCalculatorUpDown ( bool isFocusOnTextBox ) : void
OnCalculatorValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
OnIsOpenChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnMouseDownOutsideCapturedElement ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnIsOpenChanged() protected method

protected OnIsOpenChanged ( bool oldValue, bool newValue ) : void
oldValue bool
newValue bool
return void

OnTextInput() protected method

protected OnTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void
e System.Windows.Input.TextCompositionEventArgs
return void

Property Details

DisplayTextProperty public static property

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

EnterClosesCalculatorProperty public static property

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

IsOpenProperty public static property

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

MemoryProperty public static property

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

PrecisionProperty public static property

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