2 writes to ChildCollection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (2)
60
this.
ChildCollection
= new GridEntryCollection(this, childGridEntries);
88
ChildCollection
= null;
13 references to ChildCollection
System.Windows.Forms (13)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
87
if (
ChildCollection
!= null) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (4)
1038
totalCount +=
ChildCollection
.GetEntry(i).VisibleChildCount;
1119
for (int i = 0; i <
ChildCollection
.Count; i++) {
1120
ChildCollection
.GetEntry(i).ClearCachedValues();
2550
foreach(GridEntry child in
ChildCollection
) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (3)
64
if (fExpandable &&
ChildCollection
.Count > 0) {
110
ChildCollection
.Clear();
117
ChildCollection
.AddRange(mergedProps);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (2)
63
ChildCollection
.Clear();
70
ChildCollection
.AddRange(mergedProps);
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (3)
292
if (this.Expandable && this.
ChildCollection
!= null) {
353
ChildCollection
.Clear();
354
ChildCollection
.AddRange(childEntries);