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)
4520entry.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)
947if (entries[i].InternalExpanded) 1289SetExpand(gridEntry, !gridEntry.InternalExpanded); 1634if (!targetEntry.InternalExpanded) 1864if (currentEntry.InternalExpanded) 2782if (entry.InternalExpanded) 2803if (entry.InternalExpanded) 2822SetExpand(entry, !entry.InternalExpanded); 3455SetExpand(gridEntry, !gridEntry.InternalExpanded); 3944SetExpand(_selectedGridEntry, !_selectedGridEntry.InternalExpanded); 4178if (entries[i].InternalExpanded)