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