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)
1266SetExpand(gridEntry, !gridEntry.InternalExpanded); 1613SetExpand(targetEntry, true); 2761SetExpand(entry, false); 2786SetExpand(entry, true); 2799SetExpand(entry, !entry.InternalExpanded); 2824SetExpand(entry, expand); 3432SetExpand(gridEntry, !gridEntry.InternalExpanded); 3921SetExpand(_selectedGridEntry, !_selectedGridEntry.InternalExpanded); 3950SetExpand(gridEntry, expand);