1 write to RowSpan
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
929
cell.
RowSpan
= Math.Min(GetRowSpan(child), DefinitionsV.Length - cell.RowIndex);
5 references to RowSpan
PresentationFramework (5)
System\Windows\Controls\Grid.cs (5)
705
int rowSpan = PrivateCells[currentCell].
RowSpan
;
939
cell.SizeTypeV = GetLengthTypeForRange(DefinitionsV, cell.RowIndex, cell.
RowSpan
);
1245
if (PrivateCells[i].
RowSpan
== 1)
1254
PrivateCells[i].
RowSpan
,
1359
PrivateCells[cell].
RowSpan
);