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