2 writes to ChildCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (2)
25
ChildCollection
= new GridEntryCollection(children);
43
ChildCollection
= null;
13 references to ChildCollection
System.Windows.Forms (13)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
26
foreach (var child in
ChildCollection
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (4)
808
totalCount +=
ChildCollection
[i].VisibleChildCount;
861
for (int i = 0; i <
ChildCollection
.Count; i++)
863
ChildCollection
[i].ClearCachedValues();
2180
foreach (GridEntry child in
ChildCollection
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (3)
71
if (expandable &&
ChildCollection
.Count > 0)
124
ChildCollection
.Clear();
134
ChildCollection
.AddRange(mergedProperties);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.cs (2)
65
ChildCollection
.Clear();
71
ChildCollection
.AddRange(mergedProperties);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (3)
231
if (Expandable &&
ChildCollection
is not null)
276
ChildCollection
.Clear();
277
ChildCollection
.AddRange(categoryGridEntries);