12 references to ChildCount
System.Windows.Forms (12)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1035int count = ChildCount;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
687childCount = this.ChildCount; 1075if (_owningPropertyDescriptorGridEntry.ChildCount > 0) { 1096if (_owningPropertyDescriptorGridEntry.ChildCount > 0) { 1098.GetEntry(_owningPropertyDescriptorGridEntry.ChildCount - 1).AccessibilityObject;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (7)
4738int propCount = ipeCur.ChildCount; 4797if (ipeCur.ChildCount != propCount) { 5432if (entry.ChildCount > 0) { 7516if (gridEntry.ChildCount > 0) { 7553else if (gridEntry.ChildCount > 0) { 7575if (current.ChildCount > 0) { 7599if (current.ChildCount > 0) {