2 writes to CellGroup3
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (2)
956
extData.
CellGroup3
= int.MaxValue;
1021
extData.
CellGroup3
= i;
5 references to CellGroup3
PresentationFramework (5)
src\Framework\System\Windows\Controls\Grid.cs (5)
649
MeasureCellsGroup(extData.
CellGroup3
, constraint, false, false);
659
MeasureCellsGroup(extData.
CellGroup3
, constraint, false, false);
675
double[] group3MinSizes = CacheMinSizes(extData.
CellGroup3
, true);
688
MeasureCellsGroup(extData.
CellGroup3
, constraint, false, false);
1020
cell.Next = extData.
CellGroup3
;