C# Class FAManagementStudio.Controls.BindableEditor

Inheritance: ICSharpCode.AvalonEdit.TextEditor
Afficher le fichier Open project: degarashi0913/FAManagementStudio

Méthodes publiques

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

Private Properties

Свойство Type Description
DeleteComment void
InsertComment void
OnEnablePropertyChanged void
SetCommand void
ShowCompletionWindow System.Threading.Tasks.Task
TextArea_TextEntered void
TextArea_TextEntering void

Méthodes publiques

Méthode Description
BindableEditor ( ) : FAManagementStudio.Controls.Common

Méthodes protégées

Méthode Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Méthode Description
DeleteComment ( TextDocument doc, DocumentLine line ) : void
InsertComment ( TextDocument doc, DocumentLine line ) : void
OnEnablePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetCommand ( ) : void
ShowCompletionWindow ( ) : System.Threading.Tasks.Task
TextArea_TextEntered ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
TextArea_TextEntering ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void

Method Details

BindableEditor() public méthode

public BindableEditor ( ) : FAManagementStudio.Controls.Common
Résultat FAManagementStudio.Controls.Common

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnTextChanged() protected méthode

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

IntelisenseEnabledProperty public_oe static_oe property

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

RecommendProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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