C# Class Gymnastika.Controls.NumericUpDownControl

Interaction logic for NumericUpDownControl.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: weiqiyiji/Gymnastika

Public Properties

Property Type Description
FormatProperty System.Windows.DependencyProperty
MaxValueProperty System.Windows.DependencyProperty
MinValueProperty System.Windows.DependencyProperty
SpeedProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Public Methods

Method Description
ClosePopup ( ) : void
NumericUpDownControl ( ) : System
OpenPopup ( bool UseMouse ) : void

Private Methods

Method Description
AnimateContent ( double scaleFrom, double scaleTo, EventHandler Compeleted ) : void
FindWindow ( FrameworkElement Child ) : Window
MainWindow_LostFocus ( object sender, RoutedEventArgs e ) : void
MainWindow_PreviewMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
NumericUpDownControl_Loaded ( object sender, RoutedEventArgs e ) : void
NumericUpDownControl_LostFocus ( object sender, RoutedEventArgs e ) : void
NumericUpDownControl_LostMouseCapture ( object sender, System.Windows.Input.MouseEventArgs e ) : void
NumericUpDownControl_LostTouchCapture ( object sender, System.Windows.Input.TouchEventArgs e ) : void
_contentLayer_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
rootBorder_ManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void
rootBorder_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
root_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
root_ManipulationDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
root_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
root_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
root_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

ClosePopup() public method

public ClosePopup ( ) : void
return void

NumericUpDownControl() public method

public NumericUpDownControl ( ) : System
return System

OpenPopup() public method

public OpenPopup ( bool UseMouse ) : void
UseMouse bool
return void

Property Details

FormatProperty public_oe static_oe property

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

MaxValueProperty public_oe static_oe property

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

MinValueProperty public_oe static_oe property

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

SpeedProperty public_oe static_oe property

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

ValueProperty public_oe static_oe property

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