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

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

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

Метод Описание
Write ( string parsedSourceCode, IList scopes, IStyleSheet styleSheet ) : void
XamlInlineFormatter ( System.Windows.Controls.Panel panel ) : System.Collections.Generic
XamlInlineFormatter ( System.Windows.Controls.TextBlock 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.

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

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

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

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

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

public XamlInlineFormatter ( System.Windows.Controls.Panel panel ) : System.Collections.Generic
panel System.Windows.Controls.Panel
Результат System.Collections.Generic

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

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 XamlInlineFormatter ( System.Windows.Controls.TextBlock textBlock ) : System.Collections.Generic
textBlock System.Windows.Controls.TextBlock The text block.
Результат System.Collections.Generic