Base:
property
Expanded
System.Windows.Forms.GridItem.Expanded
2 writes to Expanded
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (2)
312
owner.
Expanded
= false;
320
owner.
Expanded
= true;
11 references to Expanded
System.Windows.Forms (11)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
799
if (!
Expanded
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (5)
41
else if (owner.
Expanded
)
61
? owner.
Expanded
? ExpandCollapseState.ExpandCollapseState_Expanded : ExpandCollapseState.ExpandCollapseState_Collapsed
107
if (owner.
Expanded
)
310
if (this.TryGetOwnerAs(out GridEntry? owner) && owner.Expandable && owner.
Expanded
)
318
if (this.TryGetOwnerAs(out GridEntry? owner) && owner.Expandable && !owner.
Expanded
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
108
if (
Expanded
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (3)
82
if (owner is { ChildCount: > 0,
Expanded
: true })
127
if (owner.
Expanded
)
220
if (owner is { ChildCount: > 0,
Expanded
: true })
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3505
if (parent.
Expanded
)