esramirez
14 years agoContributor
FindChild: Is it case sensitive?
I have a wpf application and the UI object I am working with has similar name as another one at different level in the object tree.
For example:
Root
-----WPFObject("Component")
-------Child1
---------WPFObject("component")
I need to find the object at the lower level; that is "component" but FindChild finds the object "Component" with the capital 'C' first.
Is there a way to tell FindChild to treat all names as case sensitive?
thoughts?
For example:
Root
-----WPFObject("Component")
-------Child1
---------WPFObject("component")
I need to find the object at the lower level; that is "component" but FindChild finds the object "Component" with the capital 'C' first.
Is there a way to tell FindChild to treat all names as case sensitive?
thoughts?