1 override of InternalExpanded
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
138internal override bool InternalExpanded {
6 writes to InternalExpanded
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
140base.InternalExpanded = value;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
1237this.InternalExpanded = false; 1320this.InternalExpanded = false; 2555this.InternalExpanded = wasExpanded;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4622gridEntry.InternalExpanded = value;
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
55this.InternalExpanded = true;
20 references to InternalExpanded
System.Windows.Forms (20)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (9)
420return InternalExpanded; 442if (!this.Expandable || value == this.InternalExpanded) { 1236if (this.InternalExpanded) { 1315if (this.InternalExpanded) { 2003bool fExpanded = this.InternalExpanded; 2034bool fExpanded = this.InternalExpanded; 2539bool wasExpanded = this.InternalExpanded || oldCount > 0; 2574if (this.InternalExpanded && cacheItems != null && cacheItems.lastValue != null && cacheItems.lastValue != this.PropertyValue) { 2579else if (this.InternalExpanded) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
683bool wasExpanded = this.InternalExpanded;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (10)
1084if (((GridEntry)rgipes[i]).InternalExpanded) 1424SetExpand(gridEntry,!gridEntry.InternalExpanded); 1890if (!targetEntry.InternalExpanded) { 2101if (ipeCur.InternalExpanded) { 2957if (gridEntry.InternalExpanded) 2971if (gridEntry.InternalExpanded) { 2985SetExpand(gridEntry,!gridEntry.InternalExpanded); 3620SetExpand(gridEntry, !gridEntry.InternalExpanded); 4034SetExpand(selectedGridEntry, !selectedGridEntry.InternalExpanded); 4249if (((GridEntry)entries[i]).InternalExpanded) {