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