Search function does not return all result

I am studying someone else's Ignition project, and there is a pop-up window named "PID_Detail" in it. The root container of the window has a customer property named "UDT" of type "PID."

On the interface, various controls are bound to properties of the UDT.

I want to know on the screen, which component is binding with UDT tag properties, thus I can find and replace by batch.

In the "Find/Replace" window, I selected "Selected Window" and tried searching for the keyword "UDT," but I couldn't find any results.

Look in the tag browser for the UDT named PID. That's where all the properties are defined.

I would expect these references to be found... Sucks that they used UDTType params though :confused:

I revise my question a little bit, I want to understand how UDT property binding with screen component, I want to replace it by batch.