29 references to DefinitionsU
PresentationFramework (29)
System\Windows\Controls\Grid.cs (29)
399ValidateDefinitionsLayout(DefinitionsU, sizeToContentU);
412Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
574if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); }
584if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); }
612if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); }
630CalculateDesiredSize(DefinitionsU),
668Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
672SetFinalSize(DefinitionsU, arrangeSize.Width, true);
693columnIndex == 0 ? 0.0 : DefinitionsU[columnIndex].FinalOffset,
695GetFinalSizeForRange(DefinitionsU, columnIndex, columnSpan),
763DefinitionBase[] definitions = DefinitionsU;
899ColumnIndex = Math.Min(GetColumn(child), DefinitionsU.Length - 1),
908cell.ColumnSpan = Math.Min(GetColumnSpan(child), DefinitionsU.Length - cell.ColumnIndex);
914Debug.Assert(0 <= cell.ColumnIndex && cell.ColumnIndex < DefinitionsU.Length);
921cell.SizeTypeU = GetLengthTypeForRange(DefinitionsU, cell.ColumnIndex, cell.ColumnSpan);
1119double[] minSizes = isRows ? new double[DefinitionsV.Length] : new double[DefinitionsU.Length];
1135minSizes[PrivateCells[i].ColumnIndex] = DefinitionsU[PrivateCells[i].ColumnIndex].RawMinSize;
1156DefinitionsU[i].SetMinSize(minSizes[i]);
1213DefinitionsU[PrivateCells[i].ColumnIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Width, DefinitionsU[PrivateCells[i].ColumnIndex].UserMaxSize));
1254key.U ? DefinitionsU : DefinitionsV,
1320DefinitionsU,
2861Array.Clear(extData.TempDefinitions, 0, Math.Max(DefinitionsU.Length, DefinitionsV.Length));
3066int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length) * 2;
3099int requiredLength = Math.Max(Math.Max(DefinitionsU.Length, DefinitionsV.Length), 1) * 2;
3117int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length);
3991for (int i = 1; i < grid.DefinitionsU.Length; ++i)
3995grid.DefinitionsU[i].FinalOffset, 0.0,
3996grid.DefinitionsU[i].FinalOffset, boundsSize.Height);