4 references to RecursivelyExpand
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
1949gridView.RecursivelyExpand(peMain, false, false, -1); 2521gridView.RecursivelyExpand(peMain, false, true, PropertyGridView.MaxRecurseExpand);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3022RecursivelyExpand(gridEntry,true, true, MaxRecurseExpand); 4064RecursivelyExpand(rgipes.GetEntry(i),false, expand, maxExpands);