C# Class PetShop_PSS.Comuns.Helpers.PasswordBoxHelper

ファイルを表示 Open project: zizuiZ/petshop_pss_bkp

Public Properties

Property Type Description
BoundPasswordProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetBoundPassword ( DependencyObject d ) : string
SetBoundPassword ( DependencyObject d, string value ) : void

Private Methods

Method 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 method

public static GetBoundPassword ( DependencyObject d ) : string
d System.Windows.DependencyObject
return string

SetBoundPassword() public static method

public static SetBoundPassword ( DependencyObject d, string value ) : void
d System.Windows.DependencyObject
value string
return void

Property Details

BoundPasswordProperty public_oe static_oe property

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