1 write to _tabNavigableChildren
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
55
_tabNavigableChildren
= [this.OverloadsCheckbox, this.CommentsCheckbox, this.StringsCheckbox, this.FileRenameCheckbox, this.PreviewChangesCheckbox, this.ApplyButton, this.CloseButton];
8 references to _tabNavigableChildren
Microsoft.CodeAnalysis.EditorFeatures.Wpf (8)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (8)
143
var current =
_tabNavigableChildren
.IndexOf(_focusedElement);
145
_focusedElement =
_tabNavigableChildren
[current];
154
var current =
_tabNavigableChildren
.IndexOf(_focusedElement);
156
_focusedElement =
_tabNavigableChildren
[current];
164
=> FocusElement(
_tabNavigableChildren
.First(), i => i ==
_tabNavigableChildren
.Count - 1 ? 0 : i + 1);
167
=> FocusElement(
_tabNavigableChildren
.Last(), i => i == 0 ?
_tabNavigableChildren
.Count - 1 : i - 1);