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)
984InternalExpanded = false; 1084InternalExpanded = false; 2180InternalExpanded = wasExpanded;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4482entry.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)
287get => InternalExpanded; 309if (!Expandable || value == InternalExpanded) 982if (InternalExpanded) 1078if (InternalExpanded && OwnerGridView is not null) 1667bool expanded = InternalExpanded; 1732bool expanded = InternalExpanded; 2161bool wasExpanded = InternalExpanded || oldCount > 0; 2202if (InternalExpanded && _cacheItems?.LastValue is not null && _cacheItems.LastValue != PropertyValue) 2208else 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) 2744if (entry.InternalExpanded) 2765if (entry.InternalExpanded) 2784SetExpand(entry, !entry.InternalExpanded); 3417SetExpand(gridEntry, !gridEntry.InternalExpanded); 3906SetExpand(_selectedGridEntry, !_selectedGridEntry.InternalExpanded);