C# Class WpfRichText.Ex.AttachedProperties.RichTextboxAssistant

Afficher le fichier Open project: nefarius/WpfRichText.Ex

Méthodes publiques

Свойство Type Description
BoundDocument System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetBoundDocument ( DependencyObject dp ) : string
SetBoundDocument ( DependencyObject dp, string value ) : void

Private Methods

Méthode Description
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

Method Details

GetBoundDocument() public static méthode

public static GetBoundDocument ( DependencyObject dp ) : string
dp System.Windows.DependencyObject
Résultat string

SetBoundDocument() public static méthode

public static SetBoundDocument ( DependencyObject dp, string value ) : void
dp System.Windows.DependencyObject
value string
Résultat void

Property Details

BoundDocument public_oe static_oe property

public static DependencyProperty,System.Windows BoundDocument
Résultat System.Windows.DependencyProperty