[]
Searches for a RenderFragment in the current collection that was produced by a specific RenderObject.
public RenderFragment FindByObject(RenderObject ro, bool findInChildren)
Type | Name | Description |
---|---|---|
RenderObject | ro | The render object to search for. |
bool | findInChildren | If true then fragment also will be searched in the Children collections of the objects contained in this collection. |
Type | Description |
---|---|
RenderFragment | The fragment that was produced by |
Searches for a RenderFragment in the current collection that was produced by a specific RenderObject.
public RenderFragment FindByObject(RenderObject ro)
Type | Name | Description |
---|---|---|
RenderObject | ro | The render object to search for. |
Type | Description |
---|---|
RenderFragment | The fragment that was produced by |