AvalonEdit
UpdateHighlightingState Method (lineNumber)
NamespacesICSharpCode.AvalonEdit.HighlightingIHighlighterUpdateHighlightingState(Int32)
Enforces a highlighting state update (triggering the HighlightingStateChanged event if necessary) for all lines up to (and inclusive) the specified line number.
Declaration Syntax
C#Visual BasicVisual C++
void UpdateHighlightingState(
	int lineNumber
)
Sub UpdateHighlightingState ( _
	lineNumber As Integer _
)
void UpdateHighlightingState(
	int lineNumber
)
Parameters
lineNumber (Int32)

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