10 references to SetExpand
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
285
set => OwnerGridView?.
SetExpand
(this, value);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (9)
1289
SetExpand
(gridEntry, !gridEntry.InternalExpanded);
1642
SetExpand
(targetEntry, true);
2790
SetExpand
(entry, false);
2815
SetExpand
(entry, true);
2828
SetExpand
(entry, !entry.InternalExpanded);
2853
SetExpand
(entry, expand);
3467
SetExpand
(gridEntry, !gridEntry.InternalExpanded);
3956
SetExpand
(_selectedGridEntry, !_selectedGridEntry.InternalExpanded);
3985
SetExpand
(gridEntry, expand);