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)
146var current = _tabNavigableChildren.IndexOf(_focusedElement); 148_focusedElement = _tabNavigableChildren[current]; 157var current = _tabNavigableChildren.IndexOf(_focusedElement); 159_focusedElement = _tabNavigableChildren[current]; 167=> FocusElement(_tabNavigableChildren.First(), i => i == _tabNavigableChildren.Count - 1 ? 0 : i + 1); 170=> FocusElement(_tabNavigableChildren.Last(), i => i == 0 ? _tabNavigableChildren.Count - 1 : i - 1);