Commit fc9ef27
committed
Fix variable name and set accessibility properties
Corrected variable name from `inVisibleBreadcrumb` to `invisibleBreadcrumb` in `Breadcrumb.xaml.cs`. Added lines to set accessibility properties: `AutomationProperties.SetIsInAccessibleTree(invisibleBreadcrumb, false)` and `AutomationProperties.SetExcludedWithChildren(invisibleBreadcrumb, true)`. Ensured `invisibleBreadcrumb` is added to `BreadCrumbContainer` children.1 parent 521ecf8 commit fc9ef27
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
189 | 192 | | |
190 | 193 | | |
191 | 194 | | |
| |||
0 commit comments