C# Class IL.View.Controls.CodeView.XamlInlineFormatter

Inheritance: IFormatter
Mostrar archivo Open project: DenisVuyka/IL.View Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
XamlInlineFormatter ( ) : System.Collections.Generic

Private Methods

Method Description
GetStyleInsertionsForCapturedStyle ( Scope scope, ICollection styleInsertions ) : void

Method Details

Write() public method

public Write ( string parsedSourceCode, IList scopes, IStyleSheet styleSheet ) : void
parsedSourceCode string
scopes IList
styleSheet IStyleSheet
return void

XamlInlineFormatter() protected method

protected XamlInlineFormatter ( ) : System.Collections.Generic
return System.Collections.Generic

XamlInlineFormatter() public method

public XamlInlineFormatter ( System.Windows.Controls.Panel panel ) : System.Collections.Generic
panel System.Windows.Controls.Panel
return System.Collections.Generic

XamlInlineFormatter() public method

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.
return System.Collections.Generic