1 write to ColumnSpan
PresentationFramework (1)
src\Framework\System\Windows\Controls\Grid.cs (1)
988
cell.
ColumnSpan
= Math.Min(GetColumnSpan(child), DefinitionsU.Length - cell.ColumnIndex);
5 references to ColumnSpan
PresentationFramework (5)
src\Framework\System\Windows\Controls\Grid.cs (5)
767
int columnSpan = PrivateCells[currentCell].
ColumnSpan
;
1001
cell.SizeTypeU = GetLengthTypeForRange(DefinitionsU, cell.ColumnIndex, cell.
ColumnSpan
);
1292
if (PrivateCells[i].
ColumnSpan
== 1)
1301
PrivateCells[i].
ColumnSpan
,
1403
PrivateCells[cell].
ColumnSpan
);