For a list of all members of this type, see FindReplaceManager members.
Name | Description | |
---|---|---|
![]() | ClearHighlighting | Clears the list of highlighted items. |
![]() | ClearResults | Clears the results from previous find operations. |
![]() | Dispose | Disposes the enumersator. |
![]() | FindInDocument | Finds all occurrences of the specified text in the current Infragistics.Documents.RichText.RichTextDocument |
![]() | FindInSelection | Finds all occurrences of the specified text in the current XamRichTextEditor.Selection. |
![]() | FindInSpan | Finds all occurrences of the specified text in the specified Infragistics.Documents.RichText.DocumentSpan. |
![]() | FindInSpans | Finds all occurrences of the specified text in the specified array of Infragistics.Documents.RichText.DocumentSpans. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | Highlight | Finds all occurrences of the specified text and highlights them. If there is an active selection only the selection is searched, otherwise the entire document is searched. |
![]() | MoveNext | Moves the enumerator to the next Infragistics.Documents.RichText.FindMatch if possible. |
![]() | MovePrevious | Moves the enumerator to the previous Infragistics.Documents.RichText.FindMatch if possible. |
![]() | MoveToNearestMatchFollowingOffset | Moves the enumerator to the first match with a start offset that follows the specified offset. |
![]() | MoveToNearestMatchPreceedingOffset | Moves the enumerator to the first match with a start offset that follows the specified offset. |
![]() | ReplaceAll | Replaces all occurrences of the textToFind with the replacementText. |
![]() | ReplaceCurrent | Replaces the current find match with the specified text, or does nothing if there is no current find match. |
![]() | Reset | Resets the enumerator to the position immediately before the first Infragistics.Documents.RichText.FindMatch. |
![]() | SelectAllMatches | Causes all the current find matches to be selected in the XamRichTextEditor.Selection |
![]() | SelectCurrentMatch | Causes the current find match (if one exists) to be selected in the XamRichTextEditor.Selection. |
![]() | SelectNextMatch | Causes the next find match (if any) to be selected in the XamRichTextEditor.Selection. |
![]() | SelectPreviousMatch | Causes the previous find match (if any) to be selected in the XamRichTextEditor.Selection. |