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