2 writes to CellGroup3
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
884extData.CellGroup3 = int.MaxValue; 949extData.CellGroup3 = i;
5 references to CellGroup3
PresentationFramework (5)
System\Windows\Controls\Grid.cs (5)
578MeasureCellsGroup(extData.CellGroup3, constraint, false, false); 588MeasureCellsGroup(extData.CellGroup3, constraint, false, false); 603double[] group3MinSizes = CacheMinSizes(extData.CellGroup3, true); 616MeasureCellsGroup(extData.CellGroup3, constraint, false, false); 948cell.Next = extData.CellGroup3;