The following tables list the members exposed by FindReplaceManager.
Name | Description | |
---|---|---|
![]() | Current | Returns the current Infragistics.Documents.RichText.FindMatch or null if there is no current Infragistics.Documents.RichText.FindMatch |
![]() | FindMatchesCount | Returns a count of the occurrences found by the most recent find operation. (read-only) |
![]() | HighlightMatchesCount | Returns a count of the currently highlighted items. (read-only) |
![]() | IsFindReplaceDialogActive | Returns/sets whether a FindR/Replace dialog is current active. |
![]() | RichTextEditor | Returns the associated XamRichTextEditor. (read-only) |
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. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Event raised when a property on the object changes. |