cancel
Showing results for 
Search instead for 
Did you mean: 

Can application written using WPF be spied using BP?

Anonymous
Not applicable
Can application written using WPF be spied using BP? If yes, then please share any tips/tricks/hints/issues that I need to be aware of. There is some documentation on silverlight but could not find any on WPF.
1 REPLY 1

Denis__Dennehy
Level 15
You seem to have duplciated this post a few times. It is up to a developer of an application to make their application accessible. So for a WCF developer they should follow Microsofts accessibility recommendations: https://docs.microsoft.com/en-us/dotnet/framework/ui-automation/accessi… Blue Prism will soon be adding a new UIA interface (due in the next month or two) that will increate the number of WCF elements we can interface with, but it an application has not been created with accessibility in mind it is always likely that some Surface Automation techniques will be required (Something that is a lot easier in v6).