1 write to _tabNavigableChildren
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
56_tabNavigableChildren = new UIElement[] { this.OverloadsCheckbox, this.CommentsCheckbox, this.StringsCheckbox, this.FileRenameCheckbox, this.PreviewChangesCheckbox, this.ApplyButton, this.CloseButton }.ToList();
8 references to _tabNavigableChildren
Microsoft.CodeAnalysis.EditorFeatures.Wpf (8)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (8)
147var current = _tabNavigableChildren.IndexOf(_focusedElement); 149_focusedElement = _tabNavigableChildren[current]; 158var current = _tabNavigableChildren.IndexOf(_focusedElement); 160_focusedElement = _tabNavigableChildren[current]; 168=> FocusElement(_tabNavigableChildren.First(), i => i == _tabNavigableChildren.Count - 1 ? 0 : i + 1); 171=> FocusElement(_tabNavigableChildren.Last(), i => i == 0 ? _tabNavigableChildren.Count - 1 : i - 1);