29 references to DefinitionsV
PresentationFramework (29)
System\Windows\Controls\Grid.cs (29)
405ValidateDefinitionsLayout(DefinitionsV, sizeToContentV);
415Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
575if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
589if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
621if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
634CalculateDesiredSize(DefinitionsV));
674Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
679SetFinalSize(DefinitionsV, arrangeSize.Height, false);
700rowIndex == 0 ? 0.0 : DefinitionsV[rowIndex].FinalOffset,
702GetFinalSizeForRange(DefinitionsV, rowIndex, rowSpan) );
794DefinitionBase[] definitions = DefinitionsV;
911cell.RowIndex = Math.Min(GetRow(child), DefinitionsV.Length - 1);
920cell.RowSpan = Math.Min(GetRowSpan(child), DefinitionsV.Length - cell.RowIndex);
923Debug.Assert(0 <= cell.RowIndex && cell.RowIndex < DefinitionsV.Length);
930cell.SizeTypeV = GetLengthTypeForRange(DefinitionsV, cell.RowIndex, cell.RowSpan);
1127double[] minSizes = isRows ? new double[DefinitionsV.Length] : new double[DefinitionsU.Length];
1139minSizes[PrivateCells[i].RowIndex] = DefinitionsV[PrivateCells[i].RowIndex].RawMinSize;
1160DefinitionsV[i].SetMinSize(minSizes[i]);
1238DefinitionsV[PrivateCells[i].RowIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Height, DefinitionsV[PrivateCells[i].RowIndex].UserMaxSize));
1262key.U ? DefinitionsU : DefinitionsV,
1348DefinitionsV,
2869Array.Clear(extData.TempDefinitions, 0, Math.Max(DefinitionsU.Length, DefinitionsV.Length));
3074int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length) * 2;
3107int requiredLength = Math.Max(Math.Max(DefinitionsU.Length, DefinitionsV.Length), 1) * 2;
3125int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length);
4007for (int i = 1; i < grid.DefinitionsV.Length; ++i)
40110.0, grid.DefinitionsV[i].FinalOffset,
4012boundsSize.Width, grid.DefinitionsV[i].FinalOffset);