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); 1636SetExpand(targetEntry, true); 2784SetExpand(entry, false); 2809SetExpand(entry, true); 2822SetExpand(entry, !entry.InternalExpanded); 2847SetExpand(entry, expand); 3455SetExpand(gridEntry, !gridEntry.InternalExpanded); 3944SetExpand(_selectedGridEntry, !_selectedGridEntry.InternalExpanded); 3973SetExpand(gridEntry, expand);