29 references to DefinitionsV
PresentationFramework (29)
System\Windows\Controls\Grid.cs (29)
456ValidateDefinitionsLayout(DefinitionsV, sizeToContentV);
466Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
626if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
640if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
672if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
685CalculateDesiredSize(DefinitionsV));
722Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
727SetFinalSize(DefinitionsV, arrangeSize.Height, false);
748rowIndex == 0 ? 0.0 : DefinitionsV[rowIndex].FinalOffset,
750GetFinalSizeForRange(DefinitionsV, rowIndex, rowSpan) );
839DefinitionBase[] definitions = DefinitionsV;
956RowIndex = Math.Min(GetRow(child), DefinitionsV.Length - 1)
966cell.RowSpan = Math.Min(GetRowSpan(child), DefinitionsV.Length - cell.RowIndex);
969Debug.Assert(0 <= cell.RowIndex && cell.RowIndex < DefinitionsV.Length);
976cell.SizeTypeV = GetLengthTypeForRange(DefinitionsV, cell.RowIndex, cell.RowSpan);
1173double[] minSizes = isRows ? new double[DefinitionsV.Length] : new double[DefinitionsU.Length];
1185minSizes[PrivateCells[i].RowIndex] = DefinitionsV[PrivateCells[i].RowIndex].RawMinSize;
1206DefinitionsV[i].SetMinSize(minSizes[i]);
1284DefinitionsV[PrivateCells[i].RowIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Height, DefinitionsV[PrivateCells[i].RowIndex].UserMaxSize));
1308key.U ? DefinitionsU : DefinitionsV,
1394DefinitionsV,
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);
4053for (int i = 1; i < grid.DefinitionsV.Length; ++i)
40570.0, grid.DefinitionsV[i].FinalOffset,
4058boundsSize.Width, grid.DefinitionsV[i].FinalOffset);