1 write to ColumnIndex
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
900ColumnIndex = Math.Min(GetColumn(child), DefinitionsU.Length - 1),
11 references to ColumnIndex
PresentationFramework (11)
System\Windows\Controls\Grid.cs (11)
688int columnIndex = PrivateCells[currentCell].ColumnIndex; 909cell.ColumnSpan = Math.Min(GetColumnSpan(child), DefinitionsU.Length - cell.ColumnIndex); 915Debug.Assert(0 <= cell.ColumnIndex && cell.ColumnIndex < DefinitionsU.Length); 922cell.SizeTypeU = GetLengthTypeForRange(DefinitionsU, cell.ColumnIndex, cell.ColumnSpan); 1136minSizes[PrivateCells[i].ColumnIndex] = DefinitionsU[PrivateCells[i].ColumnIndex].RawMinSize; 1214DefinitionsU[PrivateCells[i].ColumnIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Width, DefinitionsU[PrivateCells[i].ColumnIndex].UserMaxSize)); 1220PrivateCells[i].ColumnIndex, 1322PrivateCells[cell].ColumnIndex,