C# 클래스 WpfRichText.Ex.AttachedProperties.RichTextboxAssistant

파일 보기 프로젝트 열기: nefarius/WpfRichText.Ex

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetBoundDocument ( DependencyObject dp ) : string
SetBoundDocument ( DependencyObject dp, string value ) : void

비공개 메소드들

메소드 설명
AttachEventHandler ( System.Windows.Controls.RichTextBox box ) : void
HandleLostFocus ( object sender, RoutedEventArgs e ) : void
HandleTextChanged ( object sender, RoutedEventArgs e ) : void
OnBoundDocumentChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RemoveEventHandler ( System.Windows.Controls.RichTextBox box ) : void

메소드 상세

GetBoundDocument() 공개 정적인 메소드

public static GetBoundDocument ( DependencyObject dp ) : string
dp System.Windows.DependencyObject
리턴 string

SetBoundDocument() 공개 정적인 메소드

public static SetBoundDocument ( DependencyObject dp, string value ) : void
dp System.Windows.DependencyObject
value string
리턴 void

프로퍼티 상세

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

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