AvalonEdit
BeginHighlighting Method
NamespacesICSharpCode.AvalonEdit.HighlightingDocumentHighlighterBeginHighlighting()()()()
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++
public void BeginHighlighting()
Public Sub BeginHighlighting
public:
virtual void BeginHighlighting() sealed
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