C# Class PReview.Core.MarginCore

Inheritance: IMarginCore, IDisposable
Mostrar archivo Open project: laurentkempe/PReview

Public Methods

Method Description
Dispose ( ) : void
GetTextDocument ( ) : ITextDocument
MarginCore ( IWpfTextView textView, IClassificationFormatMapService classificationFormatMapService, IEditorFormatMapService editorFormatMapService ) : System
MoveToChange ( int lineNumber ) : void

Private Methods

Method Description
GetBrush ( System.Windows.ResourceDictionary properties ) : System.Windows.Media.Brush
HandleFormatMappingChanged ( object sender, FormatItemsEventArgs e ) : void
HandleOptionChanged ( object sender, EditorOptionChangedEventArgs e ) : void
OnBrushesChanged ( EventArgs e ) : void
UpdateBrushes ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetTextDocument() public method

public GetTextDocument ( ) : ITextDocument
return ITextDocument

MarginCore() public method

public MarginCore ( IWpfTextView textView, IClassificationFormatMapService classificationFormatMapService, IEditorFormatMapService editorFormatMapService ) : System
textView IWpfTextView
classificationFormatMapService IClassificationFormatMapService
editorFormatMapService IEditorFormatMapService
return System

MoveToChange() public method

public MoveToChange ( int lineNumber ) : void
lineNumber int
return void