C# Class TrakHound_UI.PasswordBox

Interaction logic for PasswordBox.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
BackgroundProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
FontSizeProperty System.Windows.DependencyProperty
HelpTextProperty System.Windows.DependencyProperty
InstructionsProperty System.Windows.DependencyProperty
IsFocusedProperty System.Windows.DependencyProperty
PasswordTextProperty DependencyProperty
RequiredProperty DependencyProperty
TitleProperty DependencyProperty

Private Properties

Property Type Description
Help_MouseDown void
Help_MouseEnter void
Help_MouseLeave void
PasswordTextPropertyChanged void
UpdatePasswordText void
pswd_PasswordChanged void
pswd_PreviewKeyDown void

Public Methods

Method Description
Clear ( ) : void
PasswordBox ( ) : System

Private Methods

Method Description
Help_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Help_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Help_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
PasswordTextPropertyChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs eventArgs ) : void
UpdatePasswordText ( string value ) : void
pswd_PasswordChanged ( object sender, RoutedEventArgs e ) : void
pswd_PreviewKeyDown ( object sender, KeyEventArgs e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

PasswordBox() public method

public PasswordBox ( ) : System
return System

Property Details

BackgroundProperty public_oe static_oe property

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

CornerRadiusProperty public_oe static_oe property

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

FontSizeProperty public_oe static_oe property

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

HelpTextProperty public_oe static_oe property

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

InstructionsProperty public_oe static_oe property

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

IsFocusedProperty public_oe static_oe property

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

PasswordTextProperty public_oe static_oe property

public static DependencyProperty PasswordTextProperty
return DependencyProperty

RequiredProperty public_oe static_oe property

public static DependencyProperty RequiredProperty
return DependencyProperty

TitleProperty public_oe static_oe property

public static DependencyProperty TitleProperty
return DependencyProperty