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