1 write to OldChildCount
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
3180this.OldChildCount = oldCount;
6 references to OldChildCount
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (6)
3729ClearGridEntryEvents(allGridEntries, parentIndex + 1, e.OldChildCount); 3732if (e.OldChildCount != e.NewChildCount) { 3733int newArraySize = entries.Length + (e.NewChildCount - e.OldChildCount); 3740Array.Copy(entries, parentIndex + e.OldChildCount+1, newEntries, parentIndex + e.NewChildCount+1, entries.Length - (parentIndex + e.OldChildCount + 1)); 3763if (e.OldChildCount != e.NewChildCount) {