Creates WPF Run instances that can be used for TextBlock.Inlines.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public Run[] CreateRuns( ITextSource textSource )
Public Function CreateRuns ( _ textSource As ITextSource _ ) As Run()
public: array<Run^>^ CreateRuns( ITextSource^ textSource )
 Parameters
 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

