Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
LoadStream | byte[] | ||
SelectViewer | void | ||
_textViewer_IgnoreWhitespaceChanged | void | ||
_textViewer_UnifiedDiffChanged | void |
Method | Description | |
---|---|---|
DiffViewerControl ( ) : System | ||
GetLeft ( ) : IStream | ||
GetRight ( ) : IStream | ||
Load ( IStream left, IStream right ) : void | ||
Reset ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLeftUpdated ( |
||
OnLeftUpdating ( CancelEventArgs e ) : void | ||
OnModeChanged ( |
||
OnRightUpdated ( |
||
OnRightUpdating ( CancelEventArgs e ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadStream ( IStream stream ) : byte[] | ||
SelectViewer ( |
||
_textViewer_IgnoreWhitespaceChanged ( object sender, |
||
_textViewer_UnifiedDiffChanged ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Load ( IStream left, IStream right ) : void | ||
left | IStream | |
right | IStream | |
return | void |
protected OnLeftUpdated ( |
||
e | ||
return | void |
protected OnLeftUpdating ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |
protected OnModeChanged ( |
||
e | ||
return | void |
protected OnRightUpdated ( |
||
e | ||
return | void |
protected OnRightUpdating ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |