2 writes to CellGroup2
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
892
extData.
CellGroup2
= int.MaxValue;
971
extData.
CellGroup2
= i;
6 references to CellGroup2
PresentationFramework (6)
System\Windows\Controls\Grid.cs (6)
585
MeasureCellsGroup(extData.
CellGroup2
, constraint, false, false);
593
bool canResolveStarsU = extData.
CellGroup2
> PrivateCells.Length;
611
double[] group2MinSizes = CacheMinSizes(extData.
CellGroup2
, false);
614
MeasureCellsGroup(extData.
CellGroup2
, constraint, false, true);
631
MeasureCellsGroup(extData.
CellGroup2
, constraint, cnt == c_layoutLoopMaxCount, false, out hasDesiredSizeUChanged);
970
cell.Next = extData.
CellGroup2
;