I have a simple WPF user control:
<StackPanel>
<Button>Test</Button>
<TextBox>Test</TextBox>
<TextBlock>Test</TextBlock>
</StackPanel>
I am hosting this user control inside Windows Forms host. Silk Test identifies this entire user control as Element-Host
only and is not able to identify individual buttons or text-boxes.
Has anybody more insight on this? Is this scenario supported by Silk Test?
Update :
I have little success with Silk Test 14.0 (Earlier i had 13.5). Created test application with similar structure (WPF Control in windows forms host) and checked with Silk Test 14.0. It is able to detect all individual WPF controls within user-control . But with my application, it is still not able to detect controls apart from 2 combo-boxes in "Toolbar". In user-control, i am using custom grid which is derived from Data-grid class