C# Class FirstFloor.ModernUI.Windows.Controls.ProperPasswordBox

Inheritance: System.Windows.Controls.Control
Show file Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
PasswordProperty System.Windows.DependencyProperty
TogglePasswordVisibilityCommandProperty System.Windows.DependencyProperty
VisiblePasswordProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void
ProperPasswordBox ( ) : System.Reflection
SelectAll ( ) : void
TogglePasswordVisibility ( ) : void

Protected Methods

Method Description
OnGotFocus ( RoutedEventArgs e ) : void

Private Methods

Method Description
OnPasswordChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPasswordChanged ( string oldValue, string newValue ) : void
PasswordBox_PasswordChanged ( object sender, RoutedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnGotFocus() protected method

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

ProperPasswordBox() public method

public ProperPasswordBox ( ) : System.Reflection
return System.Reflection

SelectAll() public method

public SelectAll ( ) : void
return void

TogglePasswordVisibility() public method

public TogglePasswordVisibility ( ) : void
return void

Property Details

PasswordProperty public static property

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

TogglePasswordVisibilityCommandProperty public static property

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

VisiblePasswordProperty public static property

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