29 references to DefinitionsV
PresentationFramework (29)
System\Windows\Controls\Grid.cs (29)
403ValidateDefinitionsLayout(DefinitionsV, sizeToContentV);
413Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
573if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
587if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
619if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
632CalculateDesiredSize(DefinitionsV));
669Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
674SetFinalSize(DefinitionsV, arrangeSize.Height, false);
695rowIndex == 0 ? 0.0 : DefinitionsV[rowIndex].FinalOffset,
697GetFinalSizeForRange(DefinitionsV, rowIndex, rowSpan) );
786DefinitionBase[] definitions = DefinitionsV;
903RowIndex = Math.Min(GetRow(child), DefinitionsV.Length - 1)
913cell.RowSpan = Math.Min(GetRowSpan(child), DefinitionsV.Length - cell.RowIndex);
916Debug.Assert(0 <= cell.RowIndex && cell.RowIndex < DefinitionsV.Length);
923cell.SizeTypeV = GetLengthTypeForRange(DefinitionsV, cell.RowIndex, cell.RowSpan);
1120double[] minSizes = isRows ? new double[DefinitionsV.Length] : new double[DefinitionsU.Length];
1132minSizes[PrivateCells[i].RowIndex] = DefinitionsV[PrivateCells[i].RowIndex].RawMinSize;
1153DefinitionsV[i].SetMinSize(minSizes[i]);
1231DefinitionsV[PrivateCells[i].RowIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Height, DefinitionsV[PrivateCells[i].RowIndex].UserMaxSize));
1255key.U ? DefinitionsU : DefinitionsV,
1341DefinitionsV,
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);
4000for (int i = 1; i < grid.DefinitionsV.Length; ++i)
40040.0, grid.DefinitionsV[i].FinalOffset,
4005boundsSize.Width, grid.DefinitionsV[i].FinalOffset);