C# Class Microsoft.MDComment.MDView

Interaction logic for MyControl.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: rookboom/Elucidate

Public Methods

Method Description
MDView ( ) : System

Private Methods

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

Method Details

MDView() public method

public MDView ( ) : System
return System