29 references to DefinitionsV
PresentationFramework (29)
System\Windows\Controls\Grid.cs (29)
402ValidateDefinitionsLayout(DefinitionsV, sizeToContentV);
412Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
572if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
586if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
618if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
631CalculateDesiredSize(DefinitionsV));
668Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
673SetFinalSize(DefinitionsV, arrangeSize.Height, false);
694rowIndex == 0 ? 0.0 : DefinitionsV[rowIndex].FinalOffset,
696GetFinalSizeForRange(DefinitionsV, rowIndex, rowSpan) );
785DefinitionBase[] definitions = DefinitionsV;
902RowIndex = Math.Min(GetRow(child), DefinitionsV.Length - 1)
912cell.RowSpan = Math.Min(GetRowSpan(child), DefinitionsV.Length - cell.RowIndex);
915Debug.Assert(0 <= cell.RowIndex && cell.RowIndex < DefinitionsV.Length);
922cell.SizeTypeV = GetLengthTypeForRange(DefinitionsV, cell.RowIndex, cell.RowSpan);
1119double[] minSizes = isRows ? new double[DefinitionsV.Length] : new double[DefinitionsU.Length];
1131minSizes[PrivateCells[i].RowIndex] = DefinitionsV[PrivateCells[i].RowIndex].RawMinSize;
1152DefinitionsV[i].SetMinSize(minSizes[i]);
1230DefinitionsV[PrivateCells[i].RowIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Height, DefinitionsV[PrivateCells[i].RowIndex].UserMaxSize));
1254key.U ? DefinitionsU : DefinitionsV,
1340DefinitionsV,
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);
3999for (int i = 1; i < grid.DefinitionsV.Length; ++i)
40030.0, grid.DefinitionsV[i].FinalOffset,
4004boundsSize.Width, grid.DefinitionsV[i].FinalOffset);