Property | Type | Description | |
---|---|---|---|
ContainsWord | int | ||
FormatStatements | System.Windows.Media.FormattedText | ||
SetColors | void |
Method | Description | |
---|---|---|
CodeBlock ( |
||
Context ( BlockColoring coloring ) : |
||
Context ( BlockColoring coloring, System.Windows.Media.Typeface typeface, double emSize ) : |
||
SetSpan ( SnapshotSpan span ) : void |
Method | Description | |
---|---|---|
ContainsWord ( string text, string p, int index ) : int | ||
FormatStatements ( string tipText, BlockColoring coloring, System.Windows.Media.Typeface typeface, double emSize ) : System.Windows.Media.FormattedText | ||
SetColors ( System.Windows.Media.Brush brush, string keywords, string tipText, System.Windows.Media.FormattedText formattedText ) : void |
public CodeBlock ( |
||
parent | ||
type | BlockType | |
statement | string | |
span | SnapshotSpan | |
statementStart | int | |
level | int | |
return | System |
public Context ( BlockColoring coloring ) : |
||
coloring | BlockColoring | |
return |
public Context ( BlockColoring coloring, System.Windows.Media.Typeface typeface, double emSize ) : |
||
coloring | BlockColoring | |
typeface | System.Windows.Media.Typeface | |
emSize | double | |
return |