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