10 references to SetExpand
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
294
set => OwnerGridView?.
SetExpand
(this, value);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (9)
1266
SetExpand
(gridEntry, !gridEntry.InternalExpanded);
1613
SetExpand
(targetEntry, true);
2746
SetExpand
(entry, false);
2771
SetExpand
(entry, true);
2784
SetExpand
(entry, !entry.InternalExpanded);
2809
SetExpand
(entry, expand);
3417
SetExpand
(gridEntry, !gridEntry.InternalExpanded);
3906
SetExpand
(_selectedGridEntry, !_selectedGridEntry.InternalExpanded);
3935
SetExpand
(gridEntry, expand);