1 write to RowIndex
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
902
RowIndex
= Math.Min(GetRow(child), DefinitionsV.Length - 1)
11 references to RowIndex
PresentationFramework (11)
System\Windows\Controls\Grid.cs (11)
688
int rowIndex = PrivateCells[currentCell].
RowIndex
;
912
cell.RowSpan = Math.Min(GetRowSpan(child), DefinitionsV.Length - cell.
RowIndex
);
915
Debug.Assert(0 <= cell.
RowIndex
&& cell.
RowIndex
< DefinitionsV.Length);
922
cell.SizeTypeV = GetLengthTypeForRange(DefinitionsV, cell.
RowIndex
, cell.RowSpan);
1131
minSizes[PrivateCells[i].
RowIndex
] = DefinitionsV[PrivateCells[i].
RowIndex
].RawMinSize;
1230
DefinitionsV[PrivateCells[i].
RowIndex
].UpdateMinSize(Math.Min(children[i].DesiredSize.Height, DefinitionsV[PrivateCells[i].
RowIndex
].UserMaxSize));
1236
PrivateCells[i].
RowIndex
,
1341
PrivateCells[cell].
RowIndex
,