1 write to RowIndex
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
903RowIndex = Math.Min(GetRow(child), DefinitionsV.Length - 1)
11 references to RowIndex
PresentationFramework (11)
System\Windows\Controls\Grid.cs (11)
689int rowIndex = PrivateCells[currentCell].RowIndex; 913cell.RowSpan = Math.Min(GetRowSpan(child), DefinitionsV.Length - cell.RowIndex); 916Debug.Assert(0 <= cell.RowIndex && cell.RowIndex < DefinitionsV.Length); 923cell.SizeTypeV = GetLengthTypeForRange(DefinitionsV, cell.RowIndex, cell.RowSpan); 1132minSizes[PrivateCells[i].RowIndex] = DefinitionsV[PrivateCells[i].RowIndex].RawMinSize; 1231DefinitionsV[PrivateCells[i].RowIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Height, DefinitionsV[PrivateCells[i].RowIndex].UserMaxSize)); 1237PrivateCells[i].RowIndex, 1342PrivateCells[cell].RowIndex,