wpf_find_elements_deep
Deeply search a WPF visual tree to find all elements matching specified type, name, text, properties, or visibility criteria. Use root_handle to limit search scope.
Instructions
Deep search for ALL elements matching criteria (no result limit). Requires at least type_name, element_name or text to avoid returning the entire tree. Same filters as wpf_find_elements: type_name (partial match), element_name (x:Name substring), text (visible text content), property_filter, visible_only. Use root_handle to limit scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| type_name | No | ||
| root_handle | No | ||
| element_name | No | ||
| visible_only | No | ||
| property_filter | No |