C# Class IL.View.Controls.CodeView.CodeTextBox

Inheritance: System.Windows.Controls.Control, ICodeView
Afficher le fichier Open project: DenisVuyka/IL.View Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultStyleSheetProperty System.Windows.DependencyProperty
SourceCodeProperty System.Windows.DependencyProperty
SourceLanguageProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
CodeTextBox ( ) : System
OnApplyTemplate ( ) : void

Private Methods

Méthode Description
CreateLanguageInstance ( SourceLanguageType type ) : ILanguage

Retrieves the language instance used by the highlighting system.

HighlightContents ( ) : void

Clears and updates the contents.

OnDefaultStyleSheetChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSourceCodePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

SourceCodeProperty property changed handler.

OnSourceLanguagePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

SourceLanguageProperty property changed handler.

ScrollToStart ( ) : void

Method Details

CodeTextBox() public méthode

public CodeTextBox ( ) : System
Résultat System

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

Property Details

DefaultStyleSheetProperty public_oe static_oe property

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

SourceCodeProperty public_oe static_oe property

Identifies the SourceCode dependency property.
public static DependencyProperty,System.Windows SourceCodeProperty
Résultat System.Windows.DependencyProperty

SourceLanguageProperty public_oe static_oe property

Identifies the SourceLanguage dependency property.
public static DependencyProperty,System.Windows SourceLanguageProperty
Résultat System.Windows.DependencyProperty