메소드 | 설명 | |
---|---|---|
ArrangeOverride ( |
||
GetVisualChild ( int index ) : Visual | ||
MeasureOverride ( |
||
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void | ||
OnTextViewChanged ( TextView oldTextView, TextView newTextView ) : void |
메소드 | 설명 | |
---|---|---|
CalculateFoldLinesForFoldingsActiveAtStart ( List |
Calculates fold lines for all folding sections that start in front of the current view and run into the current view.
|
|
CalculateFoldLinesForMarkers ( List |
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 |
||
GetVisualPos ( |
||
MakeFrozenPen ( System.Windows.Media.Brush brush ) : System.Windows.Media.Pen | ||
TextViewVisualLinesChanged ( object sender, |
protected ArrangeOverride ( |
||
finalSize | ||
리턴 |
protected MeasureOverride ( |
||
availableSize | ||
리턴 |
protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void | ||
drawingContext | System.Windows.Media.DrawingContext | |
리턴 | void |
protected OnTextViewChanged ( TextView oldTextView, TextView newTextView ) : void | ||
oldTextView | TextView | |
newTextView | TextView | |
리턴 | void |