C# Class PetShop_PSS.Comuns.Helpers.PasswordBoxHelper

Afficher le fichier Open project: zizuiZ/petshop_pss_bkp

Méthodes publiques

Свойство Type Description
BoundPasswordProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetBoundPassword ( DependencyObject d ) : string
SetBoundPassword ( DependencyObject d, string value ) : void

Private Methods

Méthode Description
OnBoundPasswordChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PasswordChanged ( object sender, RoutedEventArgs e ) : void
SetSelection ( System.Windows.Controls.PasswordBox passwordBox, int start, int length ) : void

Method Details

GetBoundPassword() public static méthode

public static GetBoundPassword ( DependencyObject d ) : string
d System.Windows.DependencyObject
Résultat string

SetBoundPassword() public static méthode

public static SetBoundPassword ( DependencyObject d, string value ) : void
d System.Windows.DependencyObject
value string
Résultat void

Property Details

BoundPasswordProperty public_oe static_oe property

public static DependencyProperty,System.Windows BoundPasswordProperty
Résultat System.Windows.DependencyProperty