2 writes to expanded
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (2)
152expanded = false; 170expanded = true;
21 references to expanded
System.Windows.Forms (21)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (21)
68return base.MinimumRowHeight(cols) + (this.expanded ? GetRelationshipRect().Height : 0); 79return base.MinimumRowHeight(dgTable) + (this.expanded ? GetRelationshipRect().Height : 0); 88return expanded; 91if (expanded == value) 93if (expanded) 151if (expanded) { 166if (expanded == false 181if (expanded) 188if (expanded) 220if (expanded) { 228Debug.Assert(this.expanded, "we should need this rectangle only when the row is expanded"); 307else if (expanded) { 318if (!expanded) 339if (!expanded) 356if (!expanded) 370if (!expanded) 393if (expanded) 433if (FocusedRelation == -1 || !expanded) 463if (!expanded) 540if (expanded && this.dgTable.RelationsList.Count > 0) { 768if (!expanded) {