2 writes to CellGroup3
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
875
extData.
CellGroup3
= int.MaxValue;
941
extData.
CellGroup3
= i;
5 references to CellGroup3
PresentationFramework (5)
System\Windows\Controls\Grid.cs (5)
575
MeasureCellsGroup(extData.
CellGroup3
, constraint, false, false);
585
MeasureCellsGroup(extData.
CellGroup3
, constraint, false, false);
600
double[] group3MinSizes = CacheMinSizes(extData.
CellGroup3
, true);
613
MeasureCellsGroup(extData.
CellGroup3
, constraint, false, false);
940
cell.Next = extData.
CellGroup3
;