C# 클래스 AvalonStudio.Controls.EditorView

상속: Avalonia.Controls.UserControl
파일 보기 프로젝트 열기: VitalElement/AvalonStudio

공개 메소드들

메소드 설명
EditorView ( ) : System

보호된 메소드들

메소드 설명
OnAttachedToVisualTree ( Avalonia.VisualTreeAttachmentEventArgs e ) : void
OnDetachedFromVisualTree ( Avalonia.VisualTreeAttachmentEventArgs e ) : void

비공개 메소드들

메소드 설명
Editor_CaretChangedByPointerClick ( object sender, EventArgs e ) : void
Editor_EditorScrolled ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

메소드 상세

EditorView() 공개 메소드

public EditorView ( ) : System
리턴 System

OnAttachedToVisualTree() 보호된 메소드

protected OnAttachedToVisualTree ( Avalonia.VisualTreeAttachmentEventArgs e ) : void
e Avalonia.VisualTreeAttachmentEventArgs
리턴 void

OnDetachedFromVisualTree() 보호된 메소드

protected OnDetachedFromVisualTree ( Avalonia.VisualTreeAttachmentEventArgs e ) : void
e Avalonia.VisualTreeAttachmentEventArgs
리턴 void