10 references to SetExpand
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
285set => OwnerGridView?.SetExpand(this, value);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (9)
1289SetExpand(gridEntry, !gridEntry.InternalExpanded); 1642SetExpand(targetEntry, true); 2790SetExpand(entry, false); 2815SetExpand(entry, true); 2828SetExpand(entry, !entry.InternalExpanded); 2853SetExpand(entry, expand); 3467SetExpand(gridEntry, !gridEntry.InternalExpanded); 3956SetExpand(_selectedGridEntry, !_selectedGridEntry.InternalExpanded); 3985SetExpand(gridEntry, expand);