10 references to SetExpand
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
288set => OwnerGridView?.SetExpand(this, value);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (9)
1290SetExpand(gridEntry, !gridEntry.InternalExpanded); 1637SetExpand(targetEntry, true); 2785SetExpand(entry, false); 2810SetExpand(entry, true); 2823SetExpand(entry, !entry.InternalExpanded); 2848SetExpand(entry, expand); 3456SetExpand(gridEntry, !gridEntry.InternalExpanded); 3945SetExpand(_selectedGridEntry, !_selectedGridEntry.InternalExpanded); 3974SetExpand(gridEntry, expand);