29 references to DefinitionsU
PresentationFramework (29)
System\Windows\Controls\Grid.cs (29)
453ValidateDefinitionsLayout(DefinitionsU, sizeToContentU);
466Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
628if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); }
638if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); }
666if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); }
684CalculateDesiredSize(DefinitionsU),
722Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
726SetFinalSize(DefinitionsU, arrangeSize.Width, true);
747columnIndex == 0 ? 0.0 : DefinitionsU[columnIndex].FinalOffset,
749GetFinalSizeForRange(DefinitionsU, columnIndex, columnSpan),
817DefinitionBase[] definitions = DefinitionsU;
953ColumnIndex = Math.Min(GetColumn(child), DefinitionsU.Length - 1),
962cell.ColumnSpan = Math.Min(GetColumnSpan(child), DefinitionsU.Length - cell.ColumnIndex);
968Debug.Assert(0 <= cell.ColumnIndex && cell.ColumnIndex < DefinitionsU.Length);
975cell.SizeTypeU = GetLengthTypeForRange(DefinitionsU, cell.ColumnIndex, cell.ColumnSpan);
1173double[] minSizes = isRows ? new double[DefinitionsV.Length] : new double[DefinitionsU.Length];
1189minSizes[PrivateCells[i].ColumnIndex] = DefinitionsU[PrivateCells[i].ColumnIndex].RawMinSize;
1210DefinitionsU[i].SetMinSize(minSizes[i]);
1267DefinitionsU[PrivateCells[i].ColumnIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Width, DefinitionsU[PrivateCells[i].ColumnIndex].UserMaxSize));
1308key.U ? DefinitionsU : DefinitionsV,
1374DefinitionsU,
2915Array.Clear(extData.TempDefinitions, 0, Math.Max(DefinitionsU.Length, DefinitionsV.Length));
3120int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length) * 2;
3153int requiredLength = Math.Max(Math.Max(DefinitionsU.Length, DefinitionsV.Length), 1) * 2;
3171int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length);
4045for (int i = 1; i < grid.DefinitionsU.Length; ++i)
4049grid.DefinitionsU[i].FinalOffset, 0.0,
4050grid.DefinitionsU[i].FinalOffset, boundsSize.Height);