C# Класс IL.View.Controls.CodeView.XamlInlineFormatterEx

Наследование: IFormatter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Write ( string parsedSourceCode, IList scopes, IStyleSheet styleSheet ) : void
XamlInlineFormatterEx ( System.Windows.Controls.RichTextBox textBlock ) : System.Collections.Generic

Initializes a new instance of the XAML inline formatter which will store the contents of the syntax highlighting results into the text block instance.

Защищенные методы

Метод Описание
XamlInlineFormatterEx ( ) : System.Collections.Generic

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

Метод Описание
GetStyleInsertionsForCapturedStyle ( Scope scope, ICollection styleInsertions ) : void

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

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

public Write ( string parsedSourceCode, IList scopes, IStyleSheet styleSheet ) : void
parsedSourceCode string
scopes IList
styleSheet IStyleSheet
Результат void

XamlInlineFormatterEx() защищенный Метод

protected XamlInlineFormatterEx ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

Initializes a new instance of the XAML inline formatter which will store the contents of the syntax highlighting results into the text block instance.
public XamlInlineFormatterEx ( System.Windows.Controls.RichTextBox textBlock ) : System.Collections.Generic
textBlock System.Windows.Controls.RichTextBox The text block.
Результат System.Collections.Generic