1 override of InternalExpanded
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
66internal override bool InternalExpanded
6 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)
990InternalExpanded = false; 1090InternalExpanded = false; 2186InternalExpanded = wasExpanded;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4497entry.InternalExpanded = value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
47InternalExpanded = true;
19 references to InternalExpanded
System.Windows.Forms (19)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (9)
293get => InternalExpanded; 315if (!Expandable || value == InternalExpanded) 988if (InternalExpanded) 1084if (InternalExpanded && OwnerGridView is not null) 1673bool expanded = InternalExpanded; 1738bool expanded = InternalExpanded; 2167bool wasExpanded = InternalExpanded || oldCount > 0; 2208if (InternalExpanded && _cacheItems?.LastValue is not null && _cacheItems.LastValue != PropertyValue) 2214else 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 (8)
1266SetExpand(gridEntry, !gridEntry.InternalExpanded); 1611if (!targetEntry.InternalExpanded) 1841if (currentEntry.InternalExpanded) 2743if (entry.InternalExpanded) 2764if (entry.InternalExpanded) 2783SetExpand(entry, !entry.InternalExpanded); 3422SetExpand(gridEntry, !gridEntry.InternalExpanded); 3911SetExpand(_selectedGridEntry, !_selectedGridEntry.InternalExpanded);