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

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

공개 메소드들

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