C# Class GitSharp.Demo.TextDiffView

Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: henon/GitSharp.Demo

Public Methods

Method Description
Init ( Diff diff ) : void
TextDiffView ( ) : System

Private Methods

Method 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 method

public Init ( Diff diff ) : void
diff Diff
return void

TextDiffView() public method

public TextDiffView ( ) : System
return System