29 references to DefinitionsU
PresentationFramework (29)
System\Windows\Controls\Grid.cs (29)
402ValidateDefinitionsLayout(DefinitionsU, sizeToContentU);
415Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
577if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); }
587if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); }
615if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); }
633CalculateDesiredSize(DefinitionsU),
674Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
678SetFinalSize(DefinitionsU, arrangeSize.Width, true);
699columnIndex == 0 ? 0.0 : DefinitionsU[columnIndex].FinalOffset,
701GetFinalSizeForRange(DefinitionsU, columnIndex, columnSpan),
772DefinitionBase[] definitions = DefinitionsU;
908cell.ColumnIndex = Math.Min(GetColumn(child), DefinitionsU.Length - 1);
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);
1127double[] minSizes = isRows ? new double[DefinitionsV.Length] : new double[DefinitionsU.Length];
1143minSizes[PrivateCells[i].ColumnIndex] = DefinitionsU[PrivateCells[i].ColumnIndex].RawMinSize;
1164DefinitionsU[i].SetMinSize(minSizes[i]);
1221DefinitionsU[PrivateCells[i].ColumnIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Width, DefinitionsU[PrivateCells[i].ColumnIndex].UserMaxSize));
1262key.U ? DefinitionsU : DefinitionsV,
1328DefinitionsU,
2869Array.Clear(extData.TempDefinitions, 0, Math.Max(DefinitionsU.Length, DefinitionsV.Length));
3074int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length) * 2;
3107int requiredLength = Math.Max(Math.Max(DefinitionsU.Length, DefinitionsV.Length), 1) * 2;
3125int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length);
3999for (int i = 1; i < grid.DefinitionsU.Length; ++i)
4003grid.DefinitionsU[i].FinalOffset, 0.0,
4004grid.DefinitionsU[i].FinalOffset, boundsSize.Height);