4 writes to Expanded
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGrid.cs (2)
8919
expandableRows[r].
Expanded
= expanded;
8944
expandableRow.
Expanded
= expanded;
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (2)
875
((DataGridRelationshipRow)Owner).
Expanded
= !((DataGridRelationshipRow)Owner).Expanded;
995
((DataGridRelationshipRow)Owner).
Expanded
= true;
11 references to Expanded
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGrid.cs (4)
4084
if (row < DataGridRowsLength && (localGridRows[row] is DataGridRelationshipRow) && ((DataGridRelationshipRow)localGridRows[row]).
Expanded
)
6691
return relRow.
Expanded
;
8917
if (expandableRows[r].
Expanded
!= expanded)
8935
if (expandableRow.
Expanded
!= expanded)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (7)
846
if (RelationshipRow.
Expanded
) {
861
if (((DataGridRelationshipRow)Owner).
Expanded
) {
875
((DataGridRelationshipRow)Owner).Expanded = !((DataGridRelationshipRow)Owner).
Expanded
;
906
Rectangle bounds = owner.
Expanded
? owner.GetRelationshipRectWithMirroring() : Rectangle.Empty;
908
bounds.Height = owner.
Expanded
? owner.dgTable.RelationshipHeight : 0; // when the row is collapsed the height of the relationship object should be 0
910
if (!owner.
Expanded
)
961
if (!owner.
Expanded
) {