10 references to SetExpand
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
294set => OwnerGridView?.SetExpand(this, value);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (9)
1266SetExpand(gridEntry, !gridEntry.InternalExpanded); 1613SetExpand(targetEntry, true); 2746SetExpand(entry, false); 2771SetExpand(entry, true); 2784SetExpand(entry, !entry.InternalExpanded); 2809SetExpand(entry, expand); 3417SetExpand(gridEntry, !gridEntry.InternalExpanded); 3906SetExpand(_selectedGridEntry, !_selectedGridEntry.InternalExpanded); 3935SetExpand(gridEntry, expand);