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