Base:
property
Expanded
System.Windows.Forms.GridItem.Expanded
17 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;
System.Windows.Forms.UI.IntegrationTests (15)
PropertyGridInternal\DropDownButton.DropDownButtonAccessibleObjectTests.cs (1)
64
grid.SelectedEntry.
Expanded
= true;
PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (13)
23
entry.
Expanded
= true;
39
entry.
Expanded
= true;
53
entry.
Expanded
= true;
69
grid.SelectedEntry.
Expanded
= true;
85
grid.SelectedEntry.
Expanded
= true;
101
entry.
Expanded
= true;
115
entry.
Expanded
= true;
142
entry.
Expanded
= true;
159
entry.
Expanded
= true;
160
entry.
Expanded
= false;
215
entry.
Expanded
= true;
232
entry.
Expanded
= true;
233
entry.
Expanded
= false;
PropertyGridInternal\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObjectTests.cs (1)
78
grid.SelectedEntry.
Expanded
= true;
11 references to Expanded
System.Windows.Forms (11)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
793
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)
3521
if (parent.
Expanded
)