29 references to DefinitionsV
PresentationFramework (29)
src\Framework\System\Windows\Controls\Grid.cs (29)
476ValidateDefinitionsLayout(DefinitionsV, sizeToContentV);
486Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
646if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
660if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
693if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
706CalculateDesiredSize(DefinitionsV));
746Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
751SetFinalSize(DefinitionsV, arrangeSize.Height, false);
772rowIndex == 0 ? 0.0 : DefinitionsV[rowIndex].FinalOffset,
774GetFinalSizeForRange(DefinitionsV, rowIndex, rowSpan) );
866DefinitionBase[] definitions = DefinitionsV;
983cell.RowIndex = Math.Min(GetRow(child), DefinitionsV.Length - 1);
992cell.RowSpan = Math.Min(GetRowSpan(child), DefinitionsV.Length - cell.RowIndex);
995Debug.Assert(0 <= cell.RowIndex && cell.RowIndex < DefinitionsV.Length);
1002cell.SizeTypeV = GetLengthTypeForRange(DefinitionsV, cell.RowIndex, cell.RowSpan);
1199double[] minSizes = isRows ? new double[DefinitionsV.Length] : new double[DefinitionsU.Length];
1211minSizes[PrivateCells[i].RowIndex] = DefinitionsV[PrivateCells[i].RowIndex].MinSize;
1233DefinitionsV[i].SetMinSize(minSizes[i]);
1311DefinitionsV[PrivateCells[i].RowIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Height, DefinitionsV[PrivateCells[i].RowIndex].UserMaxSize));
1335key.U ? DefinitionsU : DefinitionsV,
1421DefinitionsV,
2936Array.Clear(extData.TempDefinitions, 0, Math.Max(DefinitionsU.Length, DefinitionsV.Length));
3141int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length) * 2;
3174int requiredLength = Math.Max(Math.Max(DefinitionsU.Length, DefinitionsV.Length), 1) * 2;
3192int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length);
4240for (int i = 1; i < grid.DefinitionsV.Length; ++i)
42440.0, grid.DefinitionsV[i].FinalOffset,
4245boundsSize.Width, grid.DefinitionsV[i].FinalOffset);