29 references to DefinitionsU
PresentationFramework (29)
System\Windows\Controls\Grid.cs (29)
400ValidateDefinitionsLayout(DefinitionsU, sizeToContentU); 413Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0); 575if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); } 585if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); } 613if (HasStarCellsU) { ResolveStar(DefinitionsU, constraint.Width); } 631CalculateDesiredSize(DefinitionsU), 669Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0); 673SetFinalSize(DefinitionsU, arrangeSize.Width, true); 694columnIndex == 0 ? 0.0 : DefinitionsU[columnIndex].FinalOffset, 696GetFinalSizeForRange(DefinitionsU, columnIndex, columnSpan), 764DefinitionBase[] definitions = DefinitionsU; 900ColumnIndex = Math.Min(GetColumn(child), DefinitionsU.Length - 1), 909cell.ColumnSpan = Math.Min(GetColumnSpan(child), DefinitionsU.Length - cell.ColumnIndex); 915Debug.Assert(0 <= cell.ColumnIndex && cell.ColumnIndex < DefinitionsU.Length); 922cell.SizeTypeU = GetLengthTypeForRange(DefinitionsU, cell.ColumnIndex, cell.ColumnSpan); 1120double[] minSizes = isRows ? new double[DefinitionsV.Length] : new double[DefinitionsU.Length]; 1136minSizes[PrivateCells[i].ColumnIndex] = DefinitionsU[PrivateCells[i].ColumnIndex].RawMinSize; 1157DefinitionsU[i].SetMinSize(minSizes[i]); 1214DefinitionsU[PrivateCells[i].ColumnIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Width, DefinitionsU[PrivateCells[i].ColumnIndex].UserMaxSize)); 1255key.U ? DefinitionsU : DefinitionsV, 1321DefinitionsU, 2862Array.Clear(extData.TempDefinitions, 0, Math.Max(DefinitionsU.Length, DefinitionsV.Length)); 3067int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length) * 2; 3100int requiredLength = Math.Max(Math.Max(DefinitionsU.Length, DefinitionsV.Length), 1) * 2; 3118int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length); 3992for (int i = 1; i < grid.DefinitionsU.Length; ++i) 3996grid.DefinitionsU[i].FinalOffset, 0.0, 3997grid.DefinitionsU[i].FinalOffset, boundsSize.Height);