C# Class AvalonStudio.Controls.EditorView

Inheritance: Avalonia.Controls.UserControl
Afficher le fichier Open project: VitalElement/AvalonStudio

Méthodes publiques

Méthode Description
EditorView ( ) : System

Méthodes protégées

Méthode Description
OnAttachedToVisualTree ( Avalonia.VisualTreeAttachmentEventArgs e ) : void
OnDetachedFromVisualTree ( Avalonia.VisualTreeAttachmentEventArgs e ) : void

Private Methods

Méthode Description
Editor_CaretChangedByPointerClick ( object sender, EventArgs e ) : void
Editor_EditorScrolled ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Method Details

EditorView() public méthode

public EditorView ( ) : System
Résultat System

OnAttachedToVisualTree() protected méthode

protected OnAttachedToVisualTree ( Avalonia.VisualTreeAttachmentEventArgs e ) : void
e Avalonia.VisualTreeAttachmentEventArgs
Résultat void

OnDetachedFromVisualTree() protected méthode

protected OnDetachedFromVisualTree ( Avalonia.VisualTreeAttachmentEventArgs e ) : void
e Avalonia.VisualTreeAttachmentEventArgs
Résultat void