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