1 write to NewChildCount
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntryRecreateChildrenEventArgs.cs (1)
14
NewChildCount
= newCount;
6 references to NewChildCount
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
3528
if (e.OldChildCount != e.
NewChildCount
)
3530
int newArraySize = entries.Length + (e.
NewChildCount
- e.OldChildCount);
3541
parentIndex + e.
NewChildCount
+ 1,
3551
Debug.Assert(childCount == e.
NewChildCount
, $"parent reports {childCount} new children, event reports {e.
NewChildCount
}");
3565
if (e.OldChildCount != e.
NewChildCount
)