Method |
Description |
|
BrowseBack_Executed ( object sender, RoutedEventArgs args ) : void |
|
|
BrowseForward_Executed ( object sender, RoutedEventArgs args ) : void |
|
|
DumpException ( Exception e ) : IEnumerable |
|
|
GetBrowserScrollHeight ( ) : int |
|
|
GetColorString ( uint colorKey ) : string |
|
|
OnBrowserLoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void |
|
|
OnDocumentSaved ( Document Document ) : void |
|
|
OnWindowActivated ( EnvDTE GotFocus, EnvDTE LostFocus ) : void |
|
|
SetBrowserScrollHeight ( int height ) : void |
|
|
SetButtonState ( System.Windows.Controls.Button button, bool enabled ) : void |
|
|
SetZoom ( double zoom ) : void |
|
|
UpdateMarkdown ( string sourceFile ) : void |
|
|
WrapMessageInHtml ( string msg ) : string |
|
|
ZoomIn_Executed ( object sender, RoutedEventArgs args ) : void |
|
|
ZoomOut_Executed ( object sender, RoutedEventArgs args ) : void |
|
|