C# Class FAManagementStudio.Controls.BindableEditor

Inheritance: ICSharpCode.AvalonEdit.TextEditor
Show file Open project: degarashi0913/FAManagementStudio

Public Properties

Property Type Description
IntelisenseEnabledProperty System.Windows.DependencyProperty
RecommendProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
DeleteComment void
InsertComment void
OnEnablePropertyChanged void
SetCommand void
ShowCompletionWindow System.Threading.Tasks.Task
TextArea_TextEntered void
TextArea_TextEntering void

Public Methods

Method Description
BindableEditor ( ) : FAManagementStudio.Controls.Common

Protected Methods

Method Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Method 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 method

public BindableEditor ( ) : FAManagementStudio.Controls.Common
return FAManagementStudio.Controls.Common

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnTextChanged() protected method

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

IntelisenseEnabledProperty public static property

public static DependencyProperty,System.Windows IntelisenseEnabledProperty
return System.Windows.DependencyProperty

RecommendProperty public static property

public static DependencyProperty,System.Windows RecommendProperty
return System.Windows.DependencyProperty

TextProperty public static property

public static DependencyProperty,System.Windows TextProperty
return System.Windows.DependencyProperty