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