16 references to ChildItems
Microsoft.VisualStudio.LanguageServices (16)
ValueTracking\TreeItemViewModel.cs (1)
73
ChildItems
.Add(child);
ValueTracking\TreeViewItemBase.cs (8)
46
ChildItems
.CollectionChanged += ChildItems_CollectionChanged;
54
if (IsNodeExpanded &&
ChildItems
.Any())
56
return
ChildItems
.First();
84
if (!IsNodeExpanded ||
ChildItems
.Count == 0)
89
var lastChild =
ChildItems
.Last();
100
var thisIndex = Parent.
ChildItems
.IndexOf(this);
103
if (siblingIndex < 0 || siblingIndex >= Parent.
ChildItems
.Count)
108
return Parent.
ChildItems
[siblingIndex];
ValueTracking\ValueTrackedTreeItemViewModel.cs (7)
82
ChildItems
.Add(EmptyTreeViewItem.Instance);
84
ChildItems
.CollectionChanged += (s, a) =>
86
NotifyPropertyChanged(nameof(
ChildItems
));
138
ChildItems
.Clear();
141
ChildItems
.Add(computingItem);
151
ChildItems
.Clear();
155
ChildItems
.Add(child);