1 override of InternalExpanded
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
66internal override bool InternalExpanded
8 writes to InternalExpanded
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
70base.InternalExpanded = value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
981InternalExpanded = false; 1081InternalExpanded = false; 2177InternalExpanded = wasExpanded;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4521entry.InternalExpanded = value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
47InternalExpanded = true;
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (2)
81gridEntry.InternalExpanded = false; 84gridEntry.InternalExpanded = true;
21 references to InternalExpanded
System.Windows.Forms (21)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (9)
284get => InternalExpanded; 306if (!Expandable || value == InternalExpanded) 979if (InternalExpanded) 1075if (InternalExpanded && OwnerGridView is not null) 1664bool expanded = InternalExpanded; 1729bool expanded = InternalExpanded; 2158bool wasExpanded = InternalExpanded || oldCount > 0; 2199if (InternalExpanded && _cacheItems?.LastValue is not null && _cacheItems.LastValue != PropertyValue) 2205else if (InternalExpanded)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
600bool wasExpanded = InternalExpanded;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (1)
21&& (owner.InternalExpanded || propertyGridView.DropDownVisible)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (10)
948if (entries[i].InternalExpanded) 1290SetExpand(gridEntry, !gridEntry.InternalExpanded); 1635if (!targetEntry.InternalExpanded) 1865if (currentEntry.InternalExpanded) 2783if (entry.InternalExpanded) 2804if (entry.InternalExpanded) 2823SetExpand(entry, !entry.InternalExpanded); 3456SetExpand(gridEntry, !gridEntry.InternalExpanded); 3945SetExpand(_selectedGridEntry, !_selectedGridEntry.InternalExpanded); 4179if (entries[i].InternalExpanded)