C# Class Abc.NCrafts.App.Views.AvalonEditExtensions

Afficher le fichier Open project: Abc-Arbitrage/Abc.NCrafts.Quiz

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetHighlightedLines ( DependencyObject element ) : int[]
GetText ( DependencyObject element ) : string
SetHighlightedLines ( DependencyObject element, string value ) : void
SetText ( DependencyObject element, string value ) : void

Private Methods

Méthode Description
OnHighlightedLinesChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetHighlightedLines() public static méthode

public static GetHighlightedLines ( DependencyObject element ) : int[]
element System.Windows.DependencyObject
Résultat int[]

GetText() public static méthode

public static GetText ( DependencyObject element ) : string
element System.Windows.DependencyObject
Résultat string

SetHighlightedLines() public static méthode

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

SetText() public static méthode

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

Property Details

HighlightedLinesProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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