C# Class PReview.Core.MarginCore

Inheritance: IMarginCore, IDisposable
Afficher le fichier Open project: laurentkempe/PReview

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

GetTextDocument() public méthode

public GetTextDocument ( ) : ITextDocument
Résultat ITextDocument

MarginCore() public méthode

public MarginCore ( IWpfTextView textView, IClassificationFormatMapService classificationFormatMapService, IEditorFormatMapService editorFormatMapService ) : System
textView IWpfTextView
classificationFormatMapService IClassificationFormatMapService
editorFormatMapService IEditorFormatMapService
Résultat System

MoveToChange() public méthode

public MoveToChange ( int lineNumber ) : void
lineNumber int
Résultat void