4 references to RecursivelyExpand
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
1565=> _gridView.RecursivelyExpand(_rootEntry, initialize: false, expand: false, maxExpands: -1); 2142=> _gridView.RecursivelyExpand(_rootEntry, initialize: false, expand: true, PropertyGridView.MaxRecurseExpand);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2838RecursivelyExpand(entry, true, true, MaxRecurseExpand); 3955RecursivelyExpand(children[i], initialize: false, expand, maxExpands);