AvalonEdit
FindAll Method (document, offset, length)
NamespacesICSharpCode.AvalonEdit.SearchISearchStrategyFindAll(ITextSource, Int32, Int32)
Finds all matches in the given ITextSource and the given range.
Declaration Syntax
C#Visual BasicVisual C++
IEnumerable<ISearchResult> FindAll(
	ITextSource document,
	int offset,
	int length
)
Function FindAll ( _
	document As ITextSource, _
	offset As Integer, _
	length As Integer _
) As IEnumerable(Of ISearchResult)
IEnumerable<ISearchResult^>^ FindAll(
	ITextSource^ document, 
	int offset, 
	int length
)
Parameters
document (ITextSource)
offset (Int32)
length (Int32)
Remarks
This method must be implemented thread-safe. All segments in the result must be within the given range, and they must be returned in order (e.g. if two results are returned, EndOffset of first result must be less than or equal StartOffset of second result).

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