1 write to OldChildCount
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntryRecreateChildrenEventArgs.cs (1)
13OldChildCount = oldCount;
6 references to OldChildCount
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
3525ClearGridEntryEvents(_allGridEntries, parentIndex + 1, e.OldChildCount); 3528if (e.OldChildCount != e.NewChildCount) 3530int newArraySize = entries.Length + (e.NewChildCount - e.OldChildCount); 3539parentIndex + e.OldChildCount + 1, 3542entries.Length - (parentIndex + e.OldChildCount + 1)); 3565if (e.OldChildCount != e.NewChildCount)