If I am searching for some method in code I can use find function and search for method name or some string (regex) in code. How can I do same when I am searching for something in properties?
For example I have form with action plane with many menuitembuttons and I am trying to find one that is calling specific menuitem MyMenuitem. I would like to call something like "find property" with parameter "MyMenuitem"