Forum Discussion

ryan_perneel's avatar
ryan_perneel
Contributor
7 years ago

Cannot get the Style key name out of a WPF Control

Hi, 

 

a change has been made to our application, and now we are building up path based images that all are stored in XAML.  each style has an x:Key attribute, which i CAN see via snoop (https://github.com/cplotts/snoopwpf) but alas, testcomplete is not showing this property.  

 

I was wondering if anyone else that is testing XAML based applications has a way to get the keyname out of an objects style property.

 

Thanks!