C# Class ScreenToGif.Controls.NumericTextBox

Inheritance: System.Windows.Controls.TextBox
Show file Open project: dbremner/ScreenToGif

Public Properties

Property Type Description
IsBoundProperty System.Windows.DependencyProperty
IsHexProperty System.Windows.DependencyProperty
MaxValueProperty System.Windows.DependencyProperty
MinValueProperty System.Windows.DependencyProperty
ValueChangedEvent System.Windows.RoutedEvent
ValueProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
IsTextDisallowed bool
NumericTextBox System
NumericTextBox_ValueChanged void
PastingEvent void
RaiseValueChangedEvent void
TextBox_MouseWheel void
TextBox_PreviewTextInput void
TextBox_TextChanged void

Public Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
IsTextDisallowed ( string text ) : bool
NumericTextBox ( ) : System
NumericTextBox_ValueChanged ( object sender, RoutedEventArgs e ) : void
PastingEvent ( object sender, System.Windows.DataObjectPastingEventArgs e ) : void
RaiseValueChangedEvent ( ) : void
TextBox_MouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
TextBox_PreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
TextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

IsBoundProperty public static property

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

IsHexProperty public static property

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

MaxValueProperty public static property

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

MinValueProperty public static property

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

ValueChangedEvent public static property

Create a custom routed event by first registering a RoutedEventID, this event uses the bubbling routing strategy.
public static RoutedEvent,System.Windows ValueChangedEvent
return System.Windows.RoutedEvent

ValueProperty public static property

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