C# Class RazorPad.UI.Editors.CodeEditor

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: RazorPad/RazorPad Class Usage Examples

Méthodes publiques

Свойство Type Description
EditorFontSizeProperty System.Windows.DependencyProperty
EditorLanguageProperty System.Windows.DependencyProperty
ReadOnlyProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
CodeEditor ( ) : System

Méthodes protégées

Méthode Description
InitializeFolding ( AbstractFoldingStrategy foldingStrategy ) : void

Private Methods

Méthode Description
InitializeEditor ( ) : void
InitializeTextChangedTimer ( ) : void
OnEditorFontSizeChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnEditorLanguageChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnReadOnlyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SyncText ( ) : void

Method Details

CodeEditor() public méthode

public CodeEditor ( ) : System
Résultat System

InitializeFolding() protected méthode

protected InitializeFolding ( AbstractFoldingStrategy foldingStrategy ) : void
foldingStrategy ICSharpCode.AvalonEdit.Folding.AbstractFoldingStrategy
Résultat void

Property Details

EditorFontSizeProperty public_oe static_oe property

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

EditorLanguageProperty public_oe static_oe property

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

ReadOnlyProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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