1 write to ColumnIndex
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
908cell.ColumnIndex = Math.Min(GetColumn(child), DefinitionsU.Length - 1);
11 references to ColumnIndex
PresentationFramework (11)
System\Windows\Controls\Grid.cs (11)
693int columnIndex = PrivateCells[currentCell].ColumnIndex; 916cell.ColumnSpan = Math.Min(GetColumnSpan(child), DefinitionsU.Length - cell.ColumnIndex); 922Debug.Assert(0 <= cell.ColumnIndex && cell.ColumnIndex < DefinitionsU.Length); 929cell.SizeTypeU = GetLengthTypeForRange(DefinitionsU, cell.ColumnIndex, cell.ColumnSpan); 1143minSizes[PrivateCells[i].ColumnIndex] = DefinitionsU[PrivateCells[i].ColumnIndex].RawMinSize; 1221DefinitionsU[PrivateCells[i].ColumnIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Width, DefinitionsU[PrivateCells[i].ColumnIndex].UserMaxSize)); 1227PrivateCells[i].ColumnIndex, 1329PrivateCells[cell].ColumnIndex,