C# Class GitSharp.Demo.TextDiffView

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: henon/GitSharp.Demo

Méthodes publiques

Méthode Description
Init ( Diff diff ) : void
TextDiffView ( ) : System

Private Methods

Méthode Description
Clear ( ) : void
OnScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void
Show ( Change change ) : void
StretchDataTemplate ( object sender, RoutedEventArgs e ) : void

Work around a limitation in the framework that does not allow to stretch ListBoxItemTemplates

Method Details

Init() public méthode

public Init ( Diff diff ) : void
diff Diff
Résultat void

TextDiffView() public méthode

public TextDiffView ( ) : System
Résultat System