AvalonEdit
CreateRuns Method (textSource)
NamespacesICSharpCode.AvalonEdit.HighlightingRichTextModelCreateRuns(ITextSource)
Creates WPF Run instances that can be used for TextBlock.Inlines.
Declaration Syntax
C#Visual BasicVisual C++
public Run[] CreateRuns(
	ITextSource textSource
)
Public Function CreateRuns ( _
	textSource As ITextSource _
) As Run()
public:
array<Run^>^ CreateRuns(
	ITextSource^ textSource
)
Parameters
textSource (ITextSource)
The text source that holds the text for this RichTextModel.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238