'Declaration Public Overloads Function FindByObject( _ ByVal ro As RenderObject, _ ByVal findInChildren As Boolean _ ) As RenderFragment
public RenderFragment FindByObject( RenderObject ro, bool findInChildren )
Parameters
- ro
- The render object to search for.
- findInChildren
- If true then fragment also will be searched in the RenderFragment.Children collections of the objects contained in this collection.
Return Value
The fragment that was produced by ro, or null if it was not found.