C# 클래스 PetShop_PSS.Comuns.Helpers.PasswordBoxHelper

파일 보기 프로젝트 열기: zizuiZ/petshop_pss_bkp

공개 프로퍼티들

프로퍼티 타입 설명
BoundPasswordProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetBoundPassword ( DependencyObject d ) : string
SetBoundPassword ( DependencyObject d, string value ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetBoundPassword() 공개 정적인 메소드

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

SetBoundPassword() 공개 정적인 메소드

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

프로퍼티 상세

BoundPasswordProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows BoundPasswordProperty
리턴 System.Windows.DependencyProperty