Base:
property
Expandable
System.Windows.Forms.GridItem.Expandable
2 overrides of Expandable
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
132public override bool Expandable {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
60public override bool Expandable {
25 references to Expandable
System.Windows.Forms (25)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (14)
442if (!this.Expandable || value == this.InternalExpanded) { 722return this.Expandable; 1505str += "), property = (" + this.PropertyLabel + "," + type.AssemblyQualifiedName + "), value = " + "[" + textVal + "], expandable = " + this.Expandable.ToString() + ", readOnly = " + ShouldRenderReadOnly;; 2002if (this.Expandable) { 2033if (this.Expandable) { 2320if (Expandable) { 2748if (!owner.Expandable) { 2823if (owner.Expandable && AccessibilityImprovements.Level1) { 2900if (owner.Expandable && 2915if (owner.Expandable && owner.Expanded == false) { 2921if (owner.Expandable && owner.Expanded == true) { 2928if (owner.Expandable) { 2969if (owner.Expandable) { 3001if (owner.Expandable) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (10)
1423if (type == ROWLABEL && toggleExpand && gridEntry.Expandable) { 1843return !selectedGridEntry.Expandable; 2970if (gridEntry.Expandable) { 2984if (gridEntry.Expandable) { 3003if (!gridEntry.Expandable) { 3589DoubleClickRow(row, gridEntry.Expandable, ROWLABEL); 3601DoubleClickRow(row, gridEntry.Expandable, ROWVALUE); 3611Debug.Assert(gridEntry.Expandable, "non-expandable IPE firing outline click"); 4033else if (selectedGridEntry != null && selectedGridEntry.Expandable) { 4605if (gridEntry != null && gridEntry.Expandable) {
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
292if (this.Expandable && this.ChildCollection != null) {