Keyoti RapidFindReplace WPF API Docs
FindText Method (searchIn, parentUIElementIsFindable)
API DocumentationKeyoti.RapidFindReplace.WPFRapidFindReplaceControlViewModelFindText(DependencyObject, Boolean)
Keyoti RapidFindReplace WPF
Recursively searches searchIn for the Query.
Declaration Syntax
C#Visual BasicVisual C++F#
protected bool FindText(
	DependencyObject searchIn,
	bool parentUIElementIsFindable
)
Protected Function FindText ( 
	searchIn As DependencyObject,
	parentUIElementIsFindable As Boolean
) As Boolean
protected:
bool FindText(
	DependencyObject^ searchIn, 
	bool parentUIElementIsFindable
)
member FindText : 
        searchIn : DependencyObject * 
        parentUIElementIsFindable : bool -> bool 
Parameters
searchIn (DependencyObject)
DependencyObject to search inside.
parentUIElementIsFindable (Boolean)
Whether the parent UI element has been determined as 'findable'. If the parent is findable then searchIn is finable too unless explicitly marked otherwise with IsFindable="false".
Return Value
Boolean
Whether searchIn or any of it's children where marked as either 'findable' or not (IsFindable="true" or IsFindable="false").

Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)