2 writes to CellGroup2
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (2)
955
extData.
CellGroup2
= int.MaxValue;
1034
extData.
CellGroup2
= i;
6 references to CellGroup2
PresentationFramework (6)
src\Framework\System\Windows\Controls\Grid.cs (6)
647
MeasureCellsGroup(extData.
CellGroup2
, constraint, false, false);
655
bool canResolveStarsU = extData.
CellGroup2
> PrivateCells.Length;
674
double[] group2MinSizes = CacheMinSizes(extData.
CellGroup2
, false);
677
MeasureCellsGroup(extData.
CellGroup2
, constraint, false, true);
694
MeasureCellsGroup(extData.
CellGroup2
, constraint, cnt == c_layoutLoopMaxCount, false, out hasDesiredSizeUChanged);
1033
cell.Next = extData.
CellGroup2
;