C# 클래스 GitSharp.Demo.TextDiffView

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: henon/GitSharp.Demo

공개 메소드들

메소드 설명
Init ( Diff diff ) : void
TextDiffView ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Init() 공개 메소드

public Init ( Diff diff ) : void
diff Diff
리턴 void

TextDiffView() 공개 메소드

public TextDiffView ( ) : System
리턴 System