C# Class GoogleCloudExtension.Controls.PasswordBoxWithReveal

This class implements a control that allows the extension to show the password safely to the user.
Inheritance: System.Windows.Controls.Control
Exibir arquivo Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Properties

Property Type Description
PasswordProperty System.Windows.DependencyProperty
ShowingPasswordProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
OnPasswordPropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRevealClicked ( object sender, RoutedEventArgs e ) : void
UpdatePassword ( string newValue ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

PasswordProperty public_oe static_oe property

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

ShowingPasswordProperty public_oe static_oe property

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