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