1 write to ColumnIndex
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
917cell.ColumnIndex = Math.Min(GetColumn(child), DefinitionsU.Length - 1);
11 references to ColumnIndex
PresentationFramework (11)
System\Windows\Controls\Grid.cs (11)
702int columnIndex = PrivateCells[currentCell].ColumnIndex; 925cell.ColumnSpan = Math.Min(GetColumnSpan(child), DefinitionsU.Length - cell.ColumnIndex); 931Debug.Assert(0 <= cell.ColumnIndex && cell.ColumnIndex < DefinitionsU.Length); 938cell.SizeTypeU = GetLengthTypeForRange(DefinitionsU, cell.ColumnIndex, cell.ColumnSpan); 1152minSizes[PrivateCells[i].ColumnIndex] = DefinitionsU[PrivateCells[i].ColumnIndex].RawMinSize; 1230DefinitionsU[PrivateCells[i].ColumnIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Width, DefinitionsU[PrivateCells[i].ColumnIndex].UserMaxSize)); 1236PrivateCells[i].ColumnIndex, 1338PrivateCells[cell].ColumnIndex,