The Extended WPF Toolkit contains a PropertyGrid control, which allows to edit object properties. One of the feature the PropertyGrid has, is searching through the property names:
Currently, while searching, you have to match to the exact ordering of the property's name. For example, searching for "Pet", returns the correct property. On the other hand, searching for "Names", doesn't return any results.
Is there a way to extend the search functionality, so it will enable a more flexible search?