C# Class CaveTube.CaveTalk.Control.PasswordBoxAssistant

Show file Open project: madguy/CaveTalk

Public Properties

Property Type Description
BindPassword System.Windows.DependencyProperty
BoundPassword System.Windows.DependencyProperty

Public Methods

Method Description
GetBindPassword ( DependencyObject dp ) : bool
GetBoundPassword ( DependencyObject dp ) : string
SetBindPassword ( DependencyObject dp, bool value ) : void
SetBoundPassword ( DependencyObject dp, string value ) : void

Private Methods

Method Description
GetUpdatingPassword ( DependencyObject dp ) : bool
HandlePasswordChanged ( object sender, RoutedEventArgs e ) : void
OnBindPasswordChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnBoundPasswordChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetUpdatingPassword ( DependencyObject dp, bool value ) : void

Method Details

GetBindPassword() public static method

public static GetBindPassword ( DependencyObject dp ) : bool
dp System.Windows.DependencyObject
return bool

GetBoundPassword() public static method

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

SetBindPassword() public static method

public static SetBindPassword ( DependencyObject dp, bool value ) : void
dp System.Windows.DependencyObject
value bool
return void

SetBoundPassword() public static method

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

Property Details

BindPassword public static property

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

BoundPassword public static property

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