AvalonEdit
BeginHighlighting Method
NamespacesICSharpCode.AvalonEdit.HighlightingIHighlighterBeginHighlighting()()()()
Opens a group of HighlightLine(Int32) calls. It is not necessary to call this method before calling HighlightLine(Int32), however, doing so can make the highlighting much more performant in some cases (e.g. the C# semantic highlighter in SharpDevelop will re-use the resolver within a highlighting group).
Declaration Syntax
C#Visual BasicVisual C++
void BeginHighlighting()
Sub BeginHighlighting
void BeginHighlighting()
Remarks
The group is closed by either a EndHighlighting()()()() or a Dispose()()()() call. Nested groups are not allowed.

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