C# Class CodeConnect.TypeScriptSyntaxVisualizer.MyControl

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: CodeConnect/TypeScriptSyntaxVisualizer

Méthodes publiques

Méthode Description
MyControl ( ) : System

Private Methods

Méthode Description
UpdateWithSyntaxRoot ( SyntaxNodeOrToken root, int position ) : void
clear ( ) : void
collapseAllItems ( System.Windows.Controls.TreeViewItem item ) : void
findCorrespondingTreeViewItem ( int position ) : System.Windows.Controls.TreeViewItem
generateSyntaxTreeView ( SyntaxNodeOrToken node, System.Windows.Controls.TreeViewItem item ) : void
selectCorrespondingTreeViewItem ( int position ) : void
selectText ( System.Windows.Controls.TreeViewItem item ) : void
treeContainer_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

MyControl() public méthode

public MyControl ( ) : System
Résultat System