C# Класс LinqTwit.Infrastructure.Behaviors.RichTextBoxBehavior

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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