10 references to SetExpand
System.Windows.Forms (10)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
423GridEntryHost.SetExpand(this, value);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (9)
1424SetExpand(gridEntry,!gridEntry.InternalExpanded); 1891SetExpand(targetEntry, true); 2958SetExpand(gridEntry,false); 2976SetExpand(gridEntry,true); 2985SetExpand(gridEntry,!gridEntry.InternalExpanded); 3009SetExpand(gridEntry,expand); 3620SetExpand(gridEntry, !gridEntry.InternalExpanded); 4034SetExpand(selectedGridEntry, !selectedGridEntry.InternalExpanded); 4059SetExpand(gridEntry, expand);