C# 클래스 PReview.Core.MarginCore

상속: IMarginCore, IDisposable
파일 보기 프로젝트 열기: laurentkempe/PReview

공개 메소드들

메소드 설명
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