1 write to ColumnSpan
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
916
cell.
ColumnSpan
= Math.Min(GetColumnSpan(child), DefinitionsU.Length - cell.ColumnIndex);
5 references to ColumnSpan
PresentationFramework (5)
System\Windows\Controls\Grid.cs (5)
695
int columnSpan = PrivateCells[currentCell].
ColumnSpan
;
929
cell.SizeTypeU = GetLengthTypeForRange(DefinitionsU, cell.ColumnIndex, cell.
ColumnSpan
);
1219
if (PrivateCells[i].
ColumnSpan
== 1)
1228
PrivateCells[i].
ColumnSpan
,
1330
PrivateCells[cell].
ColumnSpan
);