1 write to RowSpan
PresentationFramework (1)
src\Framework\System\Windows\Controls\Grid.cs (1)
992
cell.
RowSpan
= Math.Min(GetRowSpan(child), DefinitionsV.Length - cell.RowIndex);
5 references to RowSpan
PresentationFramework (5)
src\Framework\System\Windows\Controls\Grid.cs (5)
768
int rowSpan = PrivateCells[currentCell].
RowSpan
;
1002
cell.SizeTypeV = GetLengthTypeForRange(DefinitionsV, cell.RowIndex, cell.
RowSpan
);
1309
if (PrivateCells[i].
RowSpan
== 1)
1318
PrivateCells[i].
RowSpan
,
1423
PrivateCells[cell].
RowSpan
);