10 references to SetExpand
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
288
set => OwnerGridView?.
SetExpand
(this, value);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (9)
1266
SetExpand
(gridEntry, !gridEntry.InternalExpanded);
1613
SetExpand
(targetEntry, true);
2761
SetExpand
(entry, false);
2786
SetExpand
(entry, true);
2799
SetExpand
(entry, !entry.InternalExpanded);
2824
SetExpand
(entry, expand);
3432
SetExpand
(gridEntry, !gridEntry.InternalExpanded);
3921
SetExpand
(_selectedGridEntry, !_selectedGridEntry.InternalExpanded);
3950
SetExpand
(gridEntry, expand);