C# Класс PReview.Core.MarginCore

Наследование: IMarginCore, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
GetTextDocument ( ) : ITextDocument
MarginCore ( IWpfTextView textView, IClassificationFormatMapService classificationFormatMapService, IEditorFormatMapService editorFormatMapService ) : System
MoveToChange ( int lineNumber ) : void

Приватные методы

Метод Описание
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

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetTextDocument() публичный Метод

public GetTextDocument ( ) : ITextDocument
Результат ITextDocument

MarginCore() публичный Метод

public MarginCore ( IWpfTextView textView, IClassificationFormatMapService classificationFormatMapService, IEditorFormatMapService editorFormatMapService ) : System
textView IWpfTextView
classificationFormatMapService IClassificationFormatMapService
editorFormatMapService IEditorFormatMapService
Результат System

MoveToChange() публичный Метод

public MoveToChange ( int lineNumber ) : void
lineNumber int
Результат void