Méthode |
Description |
|
CalculateFoldLinesForFoldingsActiveAtStart ( List allTextLines, System.Windows.Media.Pen colors, System.Windows.Media.Pen endMarker ) : void |
Calculates fold lines for all folding sections that start in front of the current view and run into the current view. |
|
CalculateFoldLinesForMarkers ( List allTextLines, System.Windows.Media.Pen colors, System.Windows.Media.Pen endMarker ) : void |
Calculates fold lines for all folding sections that start inside the current view |
|
DrawFoldLines ( System.Windows.Media.DrawingContext drawingContext, System.Windows.Media.Pen colors, System.Windows.Media.Pen endMarker ) : void |
Draws the lines for the folding sections (vertical line with 'color', horizontal lines with 'endMarker') Each entry in the input arrays corresponds to one TextLine. |
|
GetTextLineIndexFromOffset ( List textLines, int offset ) : int |
|
|
GetVisualPos ( VisualLine vl, System.Windows.Media.TextFormatting.TextLine tl ) : double |
|
|
MakeFrozenPen ( System.Windows.Media.Brush brush ) : System.Windows.Media.Pen |
|
|
TextViewVisualLinesChanged ( object sender, EventArgs e ) : void |
|
|