C# 클래스 IL.View.Controls.CodeView.XamlInlineFormatterEx

상속: IFormatter
파일 보기 프로젝트 열기: DenisVuyka/IL.View 1 사용 예제들

공개 메소드들

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