C# 클래스 FAManagementStudio.Controls.BindableEditor

상속: ICSharpCode.AvalonEdit.TextEditor
파일 보기 프로젝트 열기: degarashi0913/FAManagementStudio

공개 프로퍼티들

프로퍼티 타입 설명
IntelisenseEnabledProperty System.Windows.DependencyProperty
RecommendProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
DeleteComment void
InsertComment void
OnEnablePropertyChanged void
SetCommand void
ShowCompletionWindow System.Threading.Tasks.Task
TextArea_TextEntered void
TextArea_TextEntering void

공개 메소드들

메소드 설명
BindableEditor ( ) : FAManagementStudio.Controls.Common

보호된 메소드들

메소드 설명
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BindableEditor() 공개 메소드

public BindableEditor ( ) : FAManagementStudio.Controls.Common
리턴 FAManagementStudio.Controls.Common

OnKeyDown() 보호된 메소드

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

OnTextChanged() 보호된 메소드

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

IntelisenseEnabledProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IntelisenseEnabledProperty
리턴 System.Windows.DependencyProperty

RecommendProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows RecommendProperty
리턴 System.Windows.DependencyProperty

TextProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows TextProperty
리턴 System.Windows.DependencyProperty