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