Closed DmitriyKirakosyan closed 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.
LabelBackend
WpfLabel
TextBlock
Content
WpfLabel.TextBlock
AccessibleBackend
Wpf's
LabelBackend
uses customWpfLabel
, which setsTextBlock
as a Label'sContent
, and also redirects the focus to that element. Hence we should useWpfLabel.TextBlock
as an a11y target inAccessibleBackend
.