1 write to RowIndex
PresentationFramework (1)
src\Framework\System\Windows\Controls\Grid.cs (1)
983cell.RowIndex = Math.Min(GetRow(child), DefinitionsV.Length - 1);
11 references to RowIndex
PresentationFramework (11)
src\Framework\System\Windows\Controls\Grid.cs (11)
766int rowIndex = PrivateCells[currentCell].RowIndex; 992cell.RowSpan = Math.Min(GetRowSpan(child), DefinitionsV.Length - cell.RowIndex); 995Debug.Assert(0 <= cell.RowIndex && cell.RowIndex < DefinitionsV.Length); 1002cell.SizeTypeV = GetLengthTypeForRange(DefinitionsV, cell.RowIndex, cell.RowSpan); 1211minSizes[PrivateCells[i].RowIndex] = DefinitionsV[PrivateCells[i].RowIndex].MinSize; 1311DefinitionsV[PrivateCells[i].RowIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Height, DefinitionsV[PrivateCells[i].RowIndex].UserMaxSize)); 1317PrivateCells[i].RowIndex, 1422PrivateCells[cell].RowIndex,