3 references to RecursivelyExpand
System.Windows.Forms (3)
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 (1)
2838
RecursivelyExpand
(entry, true, true, MaxRecurseExpand);