C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1TextSearchManager Class


C1TextSearchManager Class Methods

For a list of all members of this type, see C1TextSearchManager members.

Public Methods
 NameDescription
Public MethodCancels current async action and waits while action will be actually cancelled.  
Public MethodOverloaded. Releases all resources used by the C1TextSearchManager.  
Public MethodFinds the next occurrence of a text in the document.  
Public MethodNon-blocking (asynchronous) version of the FindNext method.  
Public Method  
Public MethodFinds the previous occurrence of a text in the document.  
Public MethodNon-blocking (asynchronous) version of the FindPrevious method.  
Public Method  
Public MethodOverloaded. Finds the first occurrence of a text in the document.  
Public MethodOverloaded. Non-blocking (asynchronous) version of the FindStart(Int32,SearchScope,C1FindTextParams) method.  
Public MethodOverloaded. Non-blocking (asynchronous) version of the FindStart(Int32,SearchScope,C1FindTextParams) method.  
Public MethodFills highlight list for specified RenderFragment.  
Public MethodChecks whether FoundPositions of this C1TextSearchManager is not empty.  
Public MethodGets a value indicating if search is currently executing.  
Public MethodResets text search results.  
Top
Protected Methods
See Also