C# Class LogoFX.Client.Mvvm.View.Infra.Interactivity.Behaviors.PasswordHelper

Show file Open project: LogoFX/LogoFX

Public Properties

Property Type Description
BindPasswordProperty DependencyProperty
BoundPasswordProperty 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, DependencyPropertyChangedEventArgs e ) : void
OnBoundPasswordChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
SetUpdatingPassword ( DependencyObject dp, bool value ) : void

Method Details

GetBindPassword() public static method

public static GetBindPassword ( DependencyObject dp ) : bool
dp DependencyObject
return bool

GetBoundPassword() public static method

public static GetBoundPassword ( DependencyObject dp ) : string
dp DependencyObject
return string

SetBindPassword() public static method

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

SetBoundPassword() public static method

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

Property Details

BindPasswordProperty public static property

public static DependencyProperty BindPasswordProperty
return DependencyProperty

BoundPasswordProperty public static property

public static DependencyProperty BoundPasswordProperty
return DependencyProperty