C# 클래스 LinqTwit.Infrastructure.Behaviors.RichTextBoxBehavior

파일 보기 프로젝트 열기: ArildF/linqtwit

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetBindableDocument ( System.Windows.Controls.RichTextBox obj ) : System.Windows.Documents.FlowDocument
GetPreventTextInput ( System.Windows.Controls.RichTextBox obj ) : bool
SetBindableDocument ( System.Windows.Controls.RichTextBox obj, System.Windows.Documents.FlowDocument value ) : void
SetPreventTextInput ( System.Windows.Controls.RichTextBox obj, bool value ) : void

비공개 메소드들

메소드 설명
BindableDocumentChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
BindingPreviewCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
PasteCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
PreventTextInputChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RichTextBoxOnPreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs args ) : void

메소드 상세

GetBindableDocument() 공개 정적인 메소드

public static GetBindableDocument ( System.Windows.Controls.RichTextBox obj ) : System.Windows.Documents.FlowDocument
obj System.Windows.Controls.RichTextBox
리턴 System.Windows.Documents.FlowDocument

GetPreventTextInput() 공개 정적인 메소드

public static GetPreventTextInput ( System.Windows.Controls.RichTextBox obj ) : bool
obj System.Windows.Controls.RichTextBox
리턴 bool

SetBindableDocument() 공개 정적인 메소드

public static SetBindableDocument ( System.Windows.Controls.RichTextBox obj, System.Windows.Documents.FlowDocument value ) : void
obj System.Windows.Controls.RichTextBox
value System.Windows.Documents.FlowDocument
리턴 void

SetPreventTextInput() 공개 정적인 메소드

public static SetPreventTextInput ( System.Windows.Controls.RichTextBox obj, bool value ) : void
obj System.Windows.Controls.RichTextBox
value bool
리턴 void

프로퍼티 상세

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

BindableDocument Dependency Property.
public static DependencyProperty,System.Windows BindableDocumentProperty
리턴 System.Windows.DependencyProperty

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

PreventTextInput Dependency Property.
public static DependencyProperty,System.Windows PreventTextInputProperty
리턴 System.Windows.DependencyProperty