mono / xwt

A cross-platform UI toolkit for creating desktop applications with .NET and Mono
MIT License
1.37k stars 241 forks source link

[WPF] Fix Label accessibility #997

Closed DmitriyKirakosyan closed 5 years ago

DmitriyKirakosyan commented 5 years ago

Wpf's LabelBackend uses custom WpfLabel, which sets TextBlock as a Label's Content, and also redirects the focus to that element. Hence we should use WpfLabel.TextBlock as an a11y target in AccessibleBackend.