29 references to DefinitionsV
PresentationFramework (29)
System\Windows\Controls\Grid.cs (29)
414ValidateDefinitionsLayout(DefinitionsV, sizeToContentV);
424Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
584if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
598if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
630if (HasStarCellsV) { ResolveStar(DefinitionsV, constraint.Height); }
643CalculateDesiredSize(DefinitionsV));
683Debug.Assert(DefinitionsU.Length > 0 && DefinitionsV.Length > 0);
688SetFinalSize(DefinitionsV, arrangeSize.Height, false);
709rowIndex == 0 ? 0.0 : DefinitionsV[rowIndex].FinalOffset,
711GetFinalSizeForRange(DefinitionsV, rowIndex, rowSpan) );
803DefinitionBase[] definitions = DefinitionsV;
920cell.RowIndex = Math.Min(GetRow(child), DefinitionsV.Length - 1);
929cell.RowSpan = Math.Min(GetRowSpan(child), DefinitionsV.Length - cell.RowIndex);
932Debug.Assert(0 <= cell.RowIndex && cell.RowIndex < DefinitionsV.Length);
939cell.SizeTypeV = GetLengthTypeForRange(DefinitionsV, cell.RowIndex, cell.RowSpan);
1136double[] minSizes = isRows ? new double[DefinitionsV.Length] : new double[DefinitionsU.Length];
1148minSizes[PrivateCells[i].RowIndex] = DefinitionsV[PrivateCells[i].RowIndex].RawMinSize;
1169DefinitionsV[i].SetMinSize(minSizes[i]);
1247DefinitionsV[PrivateCells[i].RowIndex].UpdateMinSize(Math.Min(children[i].DesiredSize.Height, DefinitionsV[PrivateCells[i].RowIndex].UserMaxSize));
1271key.U ? DefinitionsU : DefinitionsV,
1357DefinitionsV,
2878Array.Clear(extData.TempDefinitions, 0, Math.Max(DefinitionsU.Length, DefinitionsV.Length));
3083int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length) * 2;
3116int requiredLength = Math.Max(Math.Max(DefinitionsU.Length, DefinitionsV.Length), 1) * 2;
3134int requiredLength = Math.Max(DefinitionsU.Length, DefinitionsV.Length);
4016for (int i = 1; i < grid.DefinitionsV.Length; ++i)
40200.0, grid.DefinitionsV[i].FinalOffset,
4021boundsSize.Width, grid.DefinitionsV[i].FinalOffset);