AvalonEdit
UpdateHighlightingState Method (lineNumber)
NamespacesICSharpCode.AvalonEdit.HighlightingDocumentHighlighterUpdateHighlightingState(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++
public void UpdateHighlightingState(
	int lineNumber
)
Public Sub UpdateHighlightingState ( _
	lineNumber As Integer _
)
public:
virtual void UpdateHighlightingState(
	int lineNumber
) sealed
Parameters
lineNumber (Int32)

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