Community
Participate
Working Groups
We should think about adding toolkit support for "Windows Store apps using C#/VB/C++ and XAML" - a list of controls can be found here [1]. Most of the involved classes are listed here [2]. [1] http://msdn.microsoft.com/en-us/library/windows/apps/hh465351.aspx [2] http://msdn.microsoft.com/library/windows/apps/br227716
OS target and severity corrected.
The corresponding *AutomationPeer classes / namespace e.g. for XAML components can be found here [1]. Within this namespace there is also an additional (and slightly different to the one from bug 425274 comment 2) automation peers enumeration [2] of control types in XAML. This description can be used to easily identify which XAML control class is mapped to what kind of control type. [1] http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.automation.peers.aspx [2] http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.automation.peers.automationcontroltype.aspx
We're currently no longer planning / working on adding support for this.