Can application written using WPF be spied using BP?

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-11-17 05:02 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-11-17 06:28 PM
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).
