29 references to DefinitionsU
PresentationFramework (29)
src\Framework\System\Windows\Controls\Grid.cs (29)
473ValidateDefinitionsLayout(DefinitionsU, sizeToContentU);
486Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
648if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); }
658if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); }
687if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); }
705CalculateDesiredSize(DefinitionsU),
746Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
750SetFinalSize(DefinitionsU, arrangeSize.Width, true);
771columnIndex == 0 ? 0.0 : DefinitionsU[columnIndex].FinalOffset,
773GetFinalSizeForRange(DefinitionsU, columnIndex, columnSpan),
844DefinitionBase[] definitions = DefinitionsU;
980cell.ColumnIndex = Math.Min(GetColumn(child), DefinitionsU.Length - 1);
988cell.ColumnSpan = Math.Min(GetColumnSpan(child), DefinitionsU.Length - cell.ColumnIndex);
994Debug.Assert(0 <= cell.ColumnIndex && cell.ColumnIndex < DefinitionsU.Length);
1001cell.SizeTypeU = GetLengthTypeForRange(DefinitionsU, cell.ColumnIndex, cell.ColumnSpan);
1199double[] minSizes = isRows ? new double[DefinitionsV.Length] : new double[DefinitionsU.Length];
1215minSizes[PrivateCells[i].ColumnIndex] = DefinitionsU[PrivateCells[i].ColumnIndex].MinSize;
1237DefinitionsU[i].SetMinSize(minSizes[i]);
1294DefinitionsU[PrivateCells[i].ColumnIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Width, DefinitionsU[PrivateCells[i].ColumnIndex].UserMaxSize));
1335key.U ? DefinitionsU : DefinitionsV,
1401DefinitionsU,
2936Array.Clear(extData.TempDefinitions, 0, Math.Max(DefinitionsU.Length, DefinitionsV.Length));
3141int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length) * 2;
3174int requiredLength = Math.Max(Math.Max(DefinitionsU.Length, DefinitionsV.Length), 1) * 2;
3192int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length);
4232for (int i = 1; i < grid.DefinitionsU.Length; ++i)
4236grid.DefinitionsU[i].FinalOffset, 0.0,
4237grid.DefinitionsU[i].FinalOffset, boundsSize.Height);