C# Класс Microsoft.Markdown.Editor.Classification.CodeBackgroundTextAdornment

Inmplements background highlight of server-side code regions as well as script and style blocks. Highlights entire lines across the view, including empty lines.
Показать файл Открыть проект

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

Метод Описание
CodeBackgroundTextAdornment ( IWpfTextView view, IClassificationFormatMapService classificationFormatMapService, IClassificationTypeRegistryService classificationTypeRegistry ) : System

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

Метод Описание
CreateHighlight ( IWpfTextViewLine line, System.Windows.Media.Geometry g, SnapshotSpan span ) : void
CreateVisuals ( IWpfTextViewLine line ) : void
FetchColors ( ) : void
OnClassificationFormatMappingChanged ( object sender, EventArgs e ) : void
OnClosed ( object sender, EventArgs e ) : void
OnLayoutChanged ( object sender, TextViewLayoutChangedEventArgs e ) : void
OnMappingsChanged ( object sender, EventArgs e ) : void
OnViewWidthChanged ( ) : void
ProcessLine ( ITextViewLine line ) : void
ReprocessEntireView ( ) : void
ShouldHighlightEntireLine ( IWpfTextViewLine line ) : bool

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

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

public CodeBackgroundTextAdornment ( IWpfTextView view, IClassificationFormatMapService classificationFormatMapService, IClassificationTypeRegistryService classificationTypeRegistry ) : System
view IWpfTextView
classificationFormatMapService IClassificationFormatMapService
classificationTypeRegistry IClassificationTypeRegistryService
Результат System