Base:
property
Expanded
System.Windows.Forms.GridItem.Expanded
2 writes to Expanded
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2916
owner.
Expanded
= true;
2922
owner.
Expanded
= false;
8 references to Expanded
System.Windows.Forms (8)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (6)
1032
if (!
Expanded
) {
2751
else if (owner.
Expanded
) {
2915
if (owner.Expandable && owner.
Expanded
== false) {
2921
if (owner.Expandable && owner.
Expanded
== true) {
2929
return owner.
Expanded
? UnsafeNativeMethods.ExpandCollapseState.Expanded : UnsafeNativeMethods.ExpandCollapseState.Collapsed;
3002
if (owner.
Expanded
) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
93
if (
Expanded
)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3712
if (parent.
Expanded
) {