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);
1636
SetExpand
(targetEntry, true);
2784
SetExpand
(entry, false);
2809
SetExpand
(entry, true);
2822
SetExpand
(entry, !entry.InternalExpanded);
2847
SetExpand
(entry, expand);
3455
SetExpand
(gridEntry, !gridEntry.InternalExpanded);
3944
SetExpand
(_selectedGridEntry, !_selectedGridEntry.InternalExpanded);
3973
SetExpand
(gridEntry, expand);