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)
1290
SetExpand
(gridEntry, !gridEntry.InternalExpanded);
1637
SetExpand
(targetEntry, true);
2785
SetExpand
(entry, false);
2810
SetExpand
(entry, true);
2823
SetExpand
(entry, !entry.InternalExpanded);
2848
SetExpand
(entry, expand);
3456
SetExpand
(gridEntry, !gridEntry.InternalExpanded);
3945
SetExpand
(_selectedGridEntry, !_selectedGridEntry.InternalExpanded);
3974
SetExpand
(gridEntry, expand);