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)
3540
ClearGridEntryEvents(_allGridEntries, parentIndex + 1, e.
OldChildCount
);
3543
if (e.
OldChildCount
!= e.NewChildCount)
3545
int newArraySize = entries.Length + (e.NewChildCount - e.
OldChildCount
);
3554
parentIndex + e.
OldChildCount
+ 1,
3557
entries.Length - (parentIndex + e.
OldChildCount
+ 1));
3580
if (e.
OldChildCount
!= e.NewChildCount)