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)
3527if (e.OldChildCount != e.NewChildCount) 3529int newArraySize = entries.Length + (e.NewChildCount - e.OldChildCount); 3540parentIndex + e.NewChildCount + 1, 3550Debug.Assert(childCount == e.NewChildCount, $"parent reports {childCount} new children, event reports {e.NewChildCount}"); 3564if (e.OldChildCount != e.NewChildCount)